Searched refs:getGTPredicate (Results 1 – 3 of 3) sorted by relevance
863 static CmpInst::Predicate getGTPredicate(Intrinsic::ID ID) { in getGTPredicate() function866 CmpInst::Predicate getGTPredicate() const { in getGTPredicate() function867 return getGTPredicate(getIntrinsicID()); in getGTPredicate()
547 if (LHS_CR.icmp(CI->getGTPredicate(), RHS_CR)) { in processCmpIntrinsic()
1457 if (checkCondition(I->getGTPredicate(), LHS, RHS, I, Info).value_or(false)) { in checkAndReplaceCmp()