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