Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicInst.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()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDCorrelatedValuePropagation.cpp553 if (LHS_CR.icmp(CI->getLTPredicate(), RHS_CR)) { in processCmpIntrinsic()
HDConstraintElimination.cpp1465 if (checkCondition(I->getLTPredicate(), LHS, RHS, I, Info).value_or(false)) { in checkAndReplaceCmp()