Searched refs:getLTPredicate (Results 1 – 3 of 3) sorted by relevance
870 static CmpInst::Predicate getLTPredicate(Intrinsic::ID ID) { in getLTPredicate() function873 CmpInst::Predicate getLTPredicate() const { in getLTPredicate() function874 return getLTPredicate(getIntrinsicID()); in getLTPredicate()
553 if (LHS_CR.icmp(CI->getLTPredicate(), RHS_CR)) { in processCmpIntrinsic()
1465 if (checkCondition(I->getLTPredicate(), LHS, RHS, I, Info).value_or(false)) { in checkAndReplaceCmp()