Searched refs:RPred (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 9036 CmpInst::Predicate RPred) { in isImpliedCondMatchingOperands() argument 9037 if (CmpInst::isImpliedTrueByMatchingCmp(LPred, RPred)) in isImpliedCondMatchingOperands() 9039 if (CmpInst::isImpliedFalseByMatchingCmp(LPred, RPred)) in isImpliedCondMatchingOperands() 9050 CmpInst::Predicate RPred, const ConstantRange &RCR) { in isImpliedCondCommonOperandWithCR() argument 9053 if (DomCR.icmp(RPred, RCR)) in isImpliedCondCommonOperandWithCR() 9057 if (DomCR.icmp(CmpInst::getInversePredicate(RPred), RCR)) in isImpliedCondCommonOperandWithCR() 9066 CmpInst::Predicate RPred, in isImpliedCondICmps() argument 9082 RPred = ICmpInst::getSwappedPredicate(RPred); in isImpliedCondICmps() 9094 RPred = ICmpInst::getSwappedPredicate(RPred); in isImpliedCondICmps() 9110 R1, ICmpInst::isSigned(RPred), /* UseInstrInfo=*/true, /*AC=*/nullptr, in isImpliedCondICmps() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 3240 ICmpInst::Predicate RPred = in foldAndOrOfICmpEqConstantAndICmp() local 3257 if (RPred == ICmpInst::ICMP_ULT && MatchRHSOp(RHS1)) in foldAndOrOfICmpEqConstantAndICmp() 3259 else if (RPred == ICmpInst::ICMP_UGT && MatchRHSOp(RHS0)) in foldAndOrOfICmpEqConstantAndICmp()
|