Searched defs:BinOpPred_match (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 1029 struct BinOpPred_match : Predicate { struct 1033 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in BinOpPred_match() function 1035 template <typename OpTy> bool match(OpTy *V) { in match()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 1243 struct BinOpPred_match : Predicate { struct 1247 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in BinOpPred_match() argument 1249 template <typename OpTy> bool match(OpTy *V) { in match()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | PatternMatch.h | 1285 struct BinOpPred_match : Predicate { struct 1289 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in BinOpPred_match() argument 1291 template <typename OpTy> bool match(OpTy *V) { in match()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | PatternMatch.h | 1310 struct BinOpPred_match : Predicate { struct 1314 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in BinOpPred_match() argument 1316 template <typename OpTy> bool match(OpTy *V) { in match()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | PatternMatch.h | 1310 struct BinOpPred_match : Predicate { struct 1314 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in BinOpPred_match() argument 1316 template <typename OpTy> bool match(OpTy *V) { in match()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | PatternMatch.h | 1422 struct BinOpPred_match : Predicate { struct 1426 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in BinOpPred_match() argument 1428 template <typename OpTy> bool match(OpTy *V) { in match()
|