Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h863 static CmpInst::Predicate getGTPredicate(Intrinsic::ID ID) { in getGTPredicate() function
866 CmpInst::Predicate getGTPredicate() const { in getGTPredicate() function
867 return getGTPredicate(getIntrinsicID()); in getGTPredicate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp547 if (LHS_CR.icmp(CI->getGTPredicate(), RHS_CR)) { in processCmpIntrinsic()
H A DConstraintElimination.cpp1457 if (checkCondition(I->getGTPredicate(), LHS, RHS, I, Info).value_or(false)) { in checkAndReplaceCmp()