Match any const intrinsic call, capturing it if we match.
Synopsis
Declared in <llvm/IR/PatternMatch.h>
match_bind<IntrinsicInst const>
m_AnyIntrinsic(IntrinsicInst const*& I);
Return Value
A matcher for any const intrinsic call, capturing it if we match.
Parameters
Name |
Description |
I |
Reference that receives the matched IntrinsicInst. |
Created with MrDocs