Searched refs:isTrueWhenEqual (Results 1 – 15 of 15) sorted by relevance
1093 inline bool isTrueWhenEqual(CondCode Cond) { in isTrueWhenEqual() function
927 bool isTrueWhenEqual() const {928 return isTrueWhenEqual(getPredicate());952 static bool isTrueWhenEqual(Predicate predicate);
1566 (Pred0 == ICmpInst::ICMP_NE && ICmpInst::isTrueWhenEqual(Pred1)) || in simplifyOrOfICmpsWithSameOperands()2355 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()2442 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()2453 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()2504 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()3249 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred)); in SimplifyICmpInst()3561 if (CmpInst::isTrueWhenEqual(Pred)) in SimplifyFCmpInst()
817 isProb = !FCmp->isTrueWhenEqual(); in calcFloatingPointHeuristics()
9080 if (ICmpInst::isTrueWhenEqual(Pred)) in SimplifyICmpOperands()9387 return ICmpInst::isTrueWhenEqual(Pred); in isKnownPredicateViaConstantRanges()9804 return CmpInst::isTrueWhenEqual(Pred); in isImpliedCond()9905 if (ICmpInst::isTrueWhenEqual(Pred)) in isImpliedCond()9909 if (!ICmpInst::isTrueWhenEqual(FoundPred)) in isImpliedCond()
5315 if (ICmpInst::isTrueWhenEqual(Pred) && LHS == RHS) in isTruePredicate()
1839 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate)); in ConstantFoldCompareInstruction()2041 Result = ICmpInst::isTrueWhenEqual((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
3739 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual() function in CmpInst
423 Not = ICmp->isTrueWhenEqual(); in getRegForI1Value()
2296 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()2314 if (ICmpInst::isTrueWhenEqual(Pred)) { in OptimizeMax()
1859 if (CI->isTrueWhenEqual()) in performSymbolicCmpEvaluation()
998 ConstantInt::get(I.getType(), ICmpInst::isTrueWhenEqual(Cond))); in foldGEPICmp()1098 ConstantInt::get(CmpTy, !CmpInst::isTrueWhenEqual(ICI.getPredicate()))); in foldAllocaCmp()
3828 bool EqTrue = ISD::isTrueWhenEqual(Cond); in SimplifySetCC()
2049 return getBoolConstant(ISD::isTrueWhenEqual(Cond), dl, VT, OpVT); in FoldSetCC()
21591 (FlipSigns || ISD::isTrueWhenEqual(Cond)) && in LowerVSETCC()21641 (Cond != ISD::SETEQ && ISD::isTrueWhenEqual(Cond)); in LowerVSETCC()