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

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h884 /// isTrueWhenEqual - Return true if the specified condition returns true if
887 inline bool isTrueWhenEqual(CondCode Cond) { function in namespace:llvm::ISD
/external/llvm/include/llvm/IR/
H A DInstrTypes.h1051 bool isTrueWhenEqual() const { function in class:llvm::CmpInst
1052 return isTrueWhenEqual(getPredicate());
1076 static bool isTrueWhenEqual(Predicate predicate);
/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp486 isProb = !FCmp->isTrueWhenEqual();
H A DInstructionSimplify.cpp1973 !CmpInst::isTrueWhenEqual(Pred));
2057 !CmpInst::isTrueWhenEqual(Pred));
2068 !CmpInst::isTrueWhenEqual(Pred));
2123 !CmpInst::isTrueWhenEqual(Pred));
2153 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred));
3146 if (CmpInst::isTrueWhenEqual(Pred))
H A DScalarEvolution.cpp6988 if (ICmpInst::isTrueWhenEqual(Pred))
7263 return ICmpInst::isTrueWhenEqual(Pred);
7651 return CmpInst::isTrueWhenEqual(Pred);
7750 if (ICmpInst::isTrueWhenEqual(Pred))
7754 if (!ICmpInst::isTrueWhenEqual(FoundPred))
H A DValueTracking.cpp4109 if (ICmpInst::isTrueWhenEqual(Pred) && LHS == RHS)
/external/llvm/lib/IR/
H A DConstantFold.cpp1688 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate));
1880 Result = ICmpInst::isTrueWhenEqual((ICmpInst::Predicate)pred);
H A DInstructions.cpp3565 bool CmpInst::isTrueWhenEqual(Predicate predicate) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1867 EqVal = ISD::isTrueWhenEqual(Cond);
1870 EqVal = ISD::isTrueWhenEqual(Cond) ? -1 : 0;
1881 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond)))
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp710 Builder->getInt1(ICmpInst::isTrueWhenEqual(Cond)));
807 ConstantInt::get(CmpTy, !CmpInst::isTrueWhenEqual(ICI.getPredicate())));
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2021 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One)))
2039 if (ICmpInst::isTrueWhenEqual(Pred)) {

Completed in 233 milliseconds