Searched defs:match_combine_or (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DPatternMatch.h86 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
90 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
117 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
118 return match_combine_or<LTy, RTy>(L, R);
156 inline match_combine_or<match_zero, match_neg_zero> m_AnyZero() {
831 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1353 inline match_combine_or<AnyBinaryOp_match<LHS, RHS>,
1362 inline match_combine_or<CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>,
1370 inline match_combine_or<BinaryOp_match<LHS, RHS, Instruction::Add>,
1378 inline match_combine_or<BinaryOp_matc
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DPatternMatch.h94 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R);
164 inline match_combine_or<match_zero, match_neg_zero> m_AnyZero() {
848 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1380 inline match_combine_or<AnyBinaryOp_match<LHS, RHS>,
1389 inline match_combine_or<CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>,
1397 inline match_combine_or<BinaryOp_match<LHS, RHS, Instruction::Add>,
1405 inline match_combine_or<BinaryOp_matc
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DPatternMatch.h94 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R);
164 inline match_combine_or<match_zero, match_neg_zero> m_AnyZero() {
848 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1380 inline match_combine_or<AnyBinaryOp_match<LHS, RHS>,
1389 inline match_combine_or<CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>,
1397 inline match_combine_or<BinaryOp_match<LHS, RHS, Instruction::Add>,
1405 inline match_combine_or<BinaryOp_matc
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DPatternMatch.h94 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R);
929 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DPatternMatch.h94 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R);
929 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DPatternMatch.h94 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R);
929 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DPatternMatch.h94 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R);
929 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DPatternMatch.h86 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
90 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
117 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
118 return match_combine_or<LTy, RTy>(L, R);
156 inline match_combine_or<match_zero, match_neg_zero> m_AnyZero() {
831 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1353 inline match_combine_or<AnyBinaryOp_match<LHS, RHS>,
1362 inline match_combine_or<CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>,
1370 inline match_combine_or<BinaryOp_match<LHS, RHS, Instruction::Add>,
1378 inline match_combine_or<BinaryOp_matc
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DPatternMatch.h94 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R);
164 inline match_combine_or<match_zero, match_neg_zero> m_AnyZero() {
848 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1380 inline match_combine_or<AnyBinaryOp_match<LHS, RHS>,
1389 inline match_combine_or<CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>,
1397 inline match_combine_or<BinaryOp_match<LHS, RHS, Instruction::Add>,
1405 inline match_combine_or<BinaryOp_matc
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DPatternMatch.h94 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R);
164 inline match_combine_or<match_zero, match_neg_zero> m_AnyZero() {
848 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1380 inline match_combine_or<AnyBinaryOp_match<LHS, RHS>,
1389 inline match_combine_or<CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>,
1397 inline match_combine_or<BinaryOp_match<LHS, RHS, Instruction::Add>,
1405 inline match_combine_or<BinaryOp_matc
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DPatternMatch.h94 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R);
929 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DPatternMatch.h94 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R);
929 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DPatternMatch.h94 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R);
929 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DPatternMatch.h94 template <typename LTy, typename RTy> struct match_combine_or { struct in namespace:llvm::PatternMatch
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} function in struct:llvm::PatternMatch::match_combine_or
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R);
929 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,

Completed in 138 milliseconds