Searched refs:BinOpPred_match (Results 1 - 8 of 8) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DPatternMatch.h704 struct BinOpPred_match : Predicate { struct in namespace:llvm::PatternMatch
708 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::BinOpPred_match
751 inline BinOpPred_match<LHS, RHS, is_shift_op> m_Shift(const LHS &L,
753 return BinOpPred_match<LHS, RHS, is_shift_op>(L, R);
758 inline BinOpPred_match<LHS, RHS, is_right_shift_op> m_Shr(const LHS &L,
760 return BinOpPred_match<LHS, RHS, is_right_shift_op>(L, R);
765 inline BinOpPred_match<LHS, RHS, is_logical_shift_op>
767 return BinOpPred_match<LHS, RHS, is_logical_shift_op>(L, R);
772 inline BinOpPred_match<LHS, RHS, is_bitwiselogic_op>
774 return BinOpPred_match<LH
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DPatternMatch.h704 struct BinOpPred_match : Predicate { struct in namespace:llvm::PatternMatch
708 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::BinOpPred_match
751 inline BinOpPred_match<LHS, RHS, is_shift_op> m_Shift(const LHS &L,
753 return BinOpPred_match<LHS, RHS, is_shift_op>(L, R);
758 inline BinOpPred_match<LHS, RHS, is_right_shift_op> m_Shr(const LHS &L,
760 return BinOpPred_match<LHS, RHS, is_right_shift_op>(L, R);
765 inline BinOpPred_match<LHS, RHS, is_logical_shift_op>
767 return BinOpPred_match<LHS, RHS, is_logical_shift_op>(L, R);
772 inline BinOpPred_match<LHS, RHS, is_bitwiselogic_op>
774 return BinOpPred_match<LH
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DPatternMatch.h704 struct BinOpPred_match : Predicate { struct in namespace:llvm::PatternMatch
708 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::BinOpPred_match
751 inline BinOpPred_match<LHS, RHS, is_shift_op> m_Shift(const LHS &L,
753 return BinOpPred_match<LHS, RHS, is_shift_op>(L, R);
758 inline BinOpPred_match<LHS, RHS, is_right_shift_op> m_Shr(const LHS &L,
760 return BinOpPred_match<LHS, RHS, is_right_shift_op>(L, R);
765 inline BinOpPred_match<LHS, RHS, is_logical_shift_op>
767 return BinOpPred_match<LHS, RHS, is_logical_shift_op>(L, R);
772 inline BinOpPred_match<LHS, RHS, is_bitwiselogic_op>
774 return BinOpPred_match<LH
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DPatternMatch.h704 struct BinOpPred_match : Predicate { struct in namespace:llvm::PatternMatch
708 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::BinOpPred_match
751 inline BinOpPred_match<LHS, RHS, is_shift_op> m_Shift(const LHS &L,
753 return BinOpPred_match<LHS, RHS, is_shift_op>(L, R);
758 inline BinOpPred_match<LHS, RHS, is_right_shift_op> m_Shr(const LHS &L,
760 return BinOpPred_match<LHS, RHS, is_right_shift_op>(L, R);
765 inline BinOpPred_match<LHS, RHS, is_logical_shift_op>
767 return BinOpPred_match<LHS, RHS, is_logical_shift_op>(L, R);
772 inline BinOpPred_match<LHS, RHS, is_bitwiselogic_op>
774 return BinOpPred_match<LH
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DPatternMatch.h704 struct BinOpPred_match : Predicate { struct in namespace:llvm::PatternMatch
708 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::BinOpPred_match
751 inline BinOpPred_match<LHS, RHS, is_shift_op> m_Shift(const LHS &L,
753 return BinOpPred_match<LHS, RHS, is_shift_op>(L, R);
758 inline BinOpPred_match<LHS, RHS, is_right_shift_op> m_Shr(const LHS &L,
760 return BinOpPred_match<LHS, RHS, is_right_shift_op>(L, R);
765 inline BinOpPred_match<LHS, RHS, is_logical_shift_op>
767 return BinOpPred_match<LHS, RHS, is_logical_shift_op>(L, R);
772 inline BinOpPred_match<LHS, RHS, is_bitwiselogic_op>
774 return BinOpPred_match<LH
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DPatternMatch.h704 struct BinOpPred_match : Predicate { struct in namespace:llvm::PatternMatch
708 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::BinOpPred_match
751 inline BinOpPred_match<LHS, RHS, is_shift_op> m_Shift(const LHS &L,
753 return BinOpPred_match<LHS, RHS, is_shift_op>(L, R);
758 inline BinOpPred_match<LHS, RHS, is_right_shift_op> m_Shr(const LHS &L,
760 return BinOpPred_match<LHS, RHS, is_right_shift_op>(L, R);
765 inline BinOpPred_match<LHS, RHS, is_logical_shift_op>
767 return BinOpPred_match<LHS, RHS, is_logical_shift_op>(L, R);
772 inline BinOpPred_match<LHS, RHS, is_bitwiselogic_op>
774 return BinOpPred_match<LH
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DPatternMatch.h704 struct BinOpPred_match : Predicate { struct in namespace:llvm::PatternMatch
708 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::BinOpPred_match
751 inline BinOpPred_match<LHS, RHS, is_shift_op> m_Shift(const LHS &L,
753 return BinOpPred_match<LHS, RHS, is_shift_op>(L, R);
758 inline BinOpPred_match<LHS, RHS, is_right_shift_op> m_Shr(const LHS &L,
760 return BinOpPred_match<LHS, RHS, is_right_shift_op>(L, R);
765 inline BinOpPred_match<LHS, RHS, is_logical_shift_op>
767 return BinOpPred_match<LHS, RHS, is_logical_shift_op>(L, R);
772 inline BinOpPred_match<LHS, RHS, is_bitwiselogic_op>
774 return BinOpPred_match<LH
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DPatternMatch.h704 struct BinOpPred_match : Predicate { struct in namespace:llvm::PatternMatch
708 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::BinOpPred_match
751 inline BinOpPred_match<LHS, RHS, is_shift_op> m_Shift(const LHS &L,
753 return BinOpPred_match<LHS, RHS, is_shift_op>(L, R);
758 inline BinOpPred_match<LHS, RHS, is_right_shift_op> m_Shr(const LHS &L,
760 return BinOpPred_match<LHS, RHS, is_right_shift_op>(L, R);
765 inline BinOpPred_match<LHS, RHS, is_logical_shift_op>
767 return BinOpPred_match<LHS, RHS, is_logical_shift_op>(L, R);
772 inline BinOpPred_match<LHS, RHS, is_bitwiselogic_op>
774 return BinOpPred_match<LH
[all...]

Completed in 131 milliseconds