Searched refs:AnyBinaryOp_match (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DPatternMatch.h405 template <typename LHS_t, typename RHS_t> struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
409 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
419 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
420 return AnyBinaryOp_match<LHS, RHS>(L, R);
1353 inline match_combine_or<AnyBinaryOp_match<LHS, RHS>,
1354 AnyBinaryOp_match<RHS, LHS>>
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DPatternMatch.h422 template <typename LHS_t, typename RHS_t> struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
426 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
436 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
437 return AnyBinaryOp_match<LHS, RHS>(L, R);
1380 inline match_combine_or<AnyBinaryOp_match<LHS, RHS>,
1381 AnyBinaryOp_match<RHS, LHS>>
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DPatternMatch.h422 template <typename LHS_t, typename RHS_t> struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
426 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
436 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
437 return AnyBinaryOp_match<LHS, RHS>(L, R);
1380 inline match_combine_or<AnyBinaryOp_match<LHS, RHS>,
1381 AnyBinaryOp_match<RHS, LHS>>
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DPatternMatch.h453 struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
457 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
469 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
470 return AnyBinaryOp_match<LHS, RHS>(L, R);
1465 inline AnyBinaryOp_match<LHS, RHS, true> m_c_BinOp(const LHS &L, const RHS &R) {
1466 return AnyBinaryOp_match<LHS, RHS, true>(L, R);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DPatternMatch.h453 struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
457 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
469 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
470 return AnyBinaryOp_match<LHS, RHS>(L, R);
1465 inline AnyBinaryOp_match<LHS, RHS, true> m_c_BinOp(const LHS &L, const RHS &R) {
1466 return AnyBinaryOp_match<LHS, RHS, true>(L, R);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DPatternMatch.h453 struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
457 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
469 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
470 return AnyBinaryOp_match<LHS, RHS>(L, R);
1465 inline AnyBinaryOp_match<LHS, RHS, true> m_c_BinOp(const LHS &L, const RHS &R) {
1466 return AnyBinaryOp_match<LHS, RHS, true>(L, R);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DPatternMatch.h453 struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
457 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
469 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
470 return AnyBinaryOp_match<LHS, RHS>(L, R);
1465 inline AnyBinaryOp_match<LHS, RHS, true> m_c_BinOp(const LHS &L, const RHS &R) {
1466 return AnyBinaryOp_match<LHS, RHS, true>(L, R);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DPatternMatch.h405 template <typename LHS_t, typename RHS_t> struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
409 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
419 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
420 return AnyBinaryOp_match<LHS, RHS>(L, R);
1353 inline match_combine_or<AnyBinaryOp_match<LHS, RHS>,
1354 AnyBinaryOp_match<RHS, LHS>>
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DPatternMatch.h422 template <typename LHS_t, typename RHS_t> struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
426 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
436 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
437 return AnyBinaryOp_match<LHS, RHS>(L, R);
1380 inline match_combine_or<AnyBinaryOp_match<LHS, RHS>,
1381 AnyBinaryOp_match<RHS, LHS>>
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DPatternMatch.h422 template <typename LHS_t, typename RHS_t> struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
426 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
436 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
437 return AnyBinaryOp_match<LHS, RHS>(L, R);
1380 inline match_combine_or<AnyBinaryOp_match<LHS, RHS>,
1381 AnyBinaryOp_match<RHS, LHS>>
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DPatternMatch.h453 struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
457 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
469 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
470 return AnyBinaryOp_match<LHS, RHS>(L, R);
1465 inline AnyBinaryOp_match<LHS, RHS, true> m_c_BinOp(const LHS &L, const RHS &R) {
1466 return AnyBinaryOp_match<LHS, RHS, true>(L, R);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DPatternMatch.h453 struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
457 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
469 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
470 return AnyBinaryOp_match<LHS, RHS>(L, R);
1465 inline AnyBinaryOp_match<LHS, RHS, true> m_c_BinOp(const LHS &L, const RHS &R) {
1466 return AnyBinaryOp_match<LHS, RHS, true>(L, R);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DPatternMatch.h453 struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
457 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
469 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
470 return AnyBinaryOp_match<LHS, RHS>(L, R);
1465 inline AnyBinaryOp_match<LHS, RHS, true> m_c_BinOp(const LHS &L, const RHS &R) {
1466 return AnyBinaryOp_match<LHS, RHS, true>(L, R);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DPatternMatch.h453 struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch
457 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match
469 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {
470 return AnyBinaryOp_match<LHS, RHS>(L, R);
1465 inline AnyBinaryOp_match<LHS, RHS, true> m_c_BinOp(const LHS &L, const RHS &R) {
1466 return AnyBinaryOp_match<LHS, RHS, true>(L, R);

Completed in 250 milliseconds