LLVM
8.0.1
|
Intrinsic matches are combinations of ID matchers, and argument matchers. More...
#include "llvm/IR/PatternMatch.h"
Intrinsic matches are combinations of ID matchers, and argument matchers.
Higher arity matcher are defined recursively in terms of and-ing them with lower arity matchers. Here's some convenient typedefs for up to several arguments, and more can be added as needed
Definition at line 1523 of file PatternMatch.h.