Searched refs:isTrueWhenEqual (Results 1 – 17 of 17) sorted by relevance
1480 inline bool isTrueWhenEqual(CondCode Cond) { return ((int)Cond & 1) != 0; } in isTrueWhenEqual() function
1006 bool isTrueWhenEqual() const {1007 return isTrueWhenEqual(getPredicate());1031 static bool isTrueWhenEqual(Predicate predicate);
1042 ProbList = !FCmp->isTrueWhenEqual() ? in calcFloatingPointHeuristics()
2744 return ConstantInt::get(getCompareTy(LHS), !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()2811 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()2839 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()3685 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred)); in simplifyICmpInst()4003 if (CmpInst::isTrueWhenEqual(Pred)) in simplifyFCmpInst()
10742 if (ICmpInst::isTrueWhenEqual(Pred)) in SimplifyICmpOperands()11198 return ICmpInst::isTrueWhenEqual(Pred); in isKnownPredicateViaConstantRanges()11700 return CmpInst::isTrueWhenEqual(Pred); in isImpliedCondBalancedTypes()11878 if (ICmpInst::isTrueWhenEqual(Pred)) in isImpliedCondBalancedTypes()11882 if (!ICmpInst::isTrueWhenEqual(FoundPred)) in isImpliedCondBalancedTypes()
6745 if (ICmpInst::isTrueWhenEqual(Pred) && LHS == RHS) in isTruePredicate()
1632 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate)); in ConstantFoldCompareInstruction()1795 Result = ICmpInst::isTrueWhenEqual(Predicate); in ConstantFoldCompareInstruction()
4436 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual() function in CmpInst
429 Not = ICmp->isTrueWhenEqual(); in getRegForI1Value()
1719 if (!CmpI->isEquality() || !CmpI->isTrueWhenEqual()) in updateImpl()10669 (CmpInst::isTrueWhenEqual(Pred) || CmpInst::isFalseWhenEqual(Pred))) { in handleCmp()10671 CmpInst::isTrueWhenEqual(Pred)); in handleCmp()
2780 if (!Cmp || !Cmp->isTrueWhenEqual() || !Cmp->isEquality()) in isInitialThreadOnlyEdge()
2351 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()2369 if (ICmpInst::isTrueWhenEqual(Pred)) { in OptimizeMax()
1857 if (CI->isTrueWhenEqual()) in performSymbolicCmpEvaluation()
874 ConstantInt::get(I.getType(), ICmpInst::isTrueWhenEqual(Cond))); in foldGEPICmp()971 !CmpInst::isTrueWhenEqual(ICI.getPredicate())); in foldAllocaCmp()
2423 return getBoolConstant(ISD::isTrueWhenEqual(Cond), dl, VT, OpVT); in FoldSetCC()
4965 bool EqTrue = ISD::isTrueWhenEqual(Cond); in SimplifySetCC()
24991 (FlipSigns || ISD::isTrueWhenEqual(Cond)) && in LowerVSETCC()25043 (Cond != ISD::SETEQ && ISD::isTrueWhenEqual(Cond)); in LowerVSETCC()