Searched refs:isTrueWhenEqual (Results 1 – 11 of 11) sorted by relevance
887 inline bool isTrueWhenEqual(CondCode Cond) { in isTrueWhenEqual() function
1051 bool isTrueWhenEqual() const {1052 return isTrueWhenEqual(getPredicate());1076 static bool isTrueWhenEqual(Predicate predicate);
486 isProb = !FCmp->isTrueWhenEqual(); in calcFloatingPointHeuristics()
1973 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()2057 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()2068 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()2123 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()2153 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred)); in SimplifyICmpInst()3146 if (CmpInst::isTrueWhenEqual(Pred)) in SimplifyFCmpInst()
6988 if (ICmpInst::isTrueWhenEqual(Pred)) in SimplifyICmpOperands()7263 return ICmpInst::isTrueWhenEqual(Pred); in isKnownPredicateWithRanges()7651 return CmpInst::isTrueWhenEqual(Pred); in isImpliedCond()7750 if (ICmpInst::isTrueWhenEqual(Pred)) in isImpliedCond()7754 if (!ICmpInst::isTrueWhenEqual(FoundPred)) in isImpliedCond()
4109 if (ICmpInst::isTrueWhenEqual(Pred) && LHS == RHS) in isTruePredicate()
1688 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate)); in ConstantFoldCompareInstruction()1880 Result = ICmpInst::isTrueWhenEqual((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
3565 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual() function in CmpInst
1867 EqVal = ISD::isTrueWhenEqual(Cond); in SimplifySetCC()1870 EqVal = ISD::isTrueWhenEqual(Cond) ? -1 : 0; in SimplifySetCC()1881 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond))) in SimplifySetCC()
710 Builder->getInt1(ICmpInst::isTrueWhenEqual(Cond))); in FoldGEPICmp()807 ConstantInt::get(CmpTy, !CmpInst::isTrueWhenEqual(ICI.getPredicate()))); in FoldAllocaCmp()
2021 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()2039 if (ICmpInst::isTrueWhenEqual(Pred)) { in OptimizeMax()