Match any intrinsic call, capturing it if we match.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

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