Home
last modified time | relevance | path

Searched refs:isTrueWhenEqual (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h887 inline bool isTrueWhenEqual(CondCode Cond) { in isTrueWhenEqual() function
/external/llvm/include/llvm/IR/
DInstrTypes.h1051 bool isTrueWhenEqual() const {
1052 return isTrueWhenEqual(getPredicate());
1076 static bool isTrueWhenEqual(Predicate predicate);
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp486 isProb = !FCmp->isTrueWhenEqual(); in calcFloatingPointHeuristics()
DInstructionSimplify.cpp1973 !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()
DScalarEvolution.cpp6988 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()
DValueTracking.cpp4109 if (ICmpInst::isTrueWhenEqual(Pred) && LHS == RHS) in isTruePredicate()
/external/llvm/lib/IR/
DConstantFold.cpp1688 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate)); in ConstantFoldCompareInstruction()
1880 Result = ICmpInst::isTrueWhenEqual((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
DInstructions.cpp3565 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual() function in CmpInst
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1867 EqVal = ISD::isTrueWhenEqual(Cond); in SimplifySetCC()
1870 EqVal = ISD::isTrueWhenEqual(Cond) ? -1 : 0; in SimplifySetCC()
1881 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond))) in SimplifySetCC()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp710 Builder->getInt1(ICmpInst::isTrueWhenEqual(Cond))); in FoldGEPICmp()
807 ConstantInt::get(CmpTy, !CmpInst::isTrueWhenEqual(ICI.getPredicate()))); in FoldAllocaCmp()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2021 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()
2039 if (ICmpInst::isTrueWhenEqual(Pred)) { in OptimizeMax()