Home
last modified time | relevance | path

Searched refs:getLTPredicate (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h870 static CmpInst::Predicate getLTPredicate(Intrinsic::ID ID) { in getLTPredicate() function
873 CmpInst::Predicate getLTPredicate() const { in getLTPredicate() function
874 return getLTPredicate(getIntrinsicID()); in getLTPredicate()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp553 if (LHS_CR.icmp(CI->getLTPredicate(), RHS_CR)) { in processCmpIntrinsic()
H A DConstraintElimination.cpp1465 if (checkCondition(I->getLTPredicate(), LHS, RHS, I, Info).value_or(false)) { in checkAndReplaceCmp()