HomeSort by relevance Sort by last modified time
    Searched refs:match_combine_or (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
PatternMatch.h 86 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() {
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 474 inline match_combine_or<CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>,
481 inline match_combine_or<BinaryOp_match<LHS, RHS, Instruction::And>,
488 inline match_combine_or<BinaryOp_match<LHS, RHS, Instruction::Or>,
495 inline match_combine_or<BinaryOp_match<LHS, RHS, Instruction::Xor>,
    [all...]

Completed in 157 milliseconds