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

  /external/llvm/include/llvm/IR/
PatternMatch.h 700 struct CmpClass_match {
705 CmpClass_match(PredicateTy &Pred, const LHS_t &LHS, const RHS_t &RHS)
719 inline CmpClass_match<LHS, RHS, CmpInst, CmpInst::Predicate>
721 return CmpClass_match<LHS, RHS, CmpInst, CmpInst::Predicate>(Pred, L, R);
725 inline CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>
727 return CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>(Pred, L, R);
731 inline CmpClass_match<LHS, RHS, FCmpInst, FCmpInst::Predicate>
733 return CmpClass_match<LHS, RHS, FCmpInst, FCmpInst::Predicate>(Pred, L, R);
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 474 inline match_combine_or<CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>,
475 CmpClass_match<RHS, LHS, ICmpInst, ICmpInst::Predicate>>
    [all...]

Completed in 33 milliseconds