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

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h762 /// isTrueWhenEqual - Return true if the specified condition returns true if
765 inline bool isTrueWhenEqual(CondCode Cond) { function in namespace:llvm::ISD
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h792 bool isTrueWhenEqual() const { function in class:llvm::CmpInst
793 return isTrueWhenEqual(getPredicate());
817 static bool isTrueWhenEqual(unsigned short predicate);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp448 isProb = !FCmp->isTrueWhenEqual();
H A DInstructionSimplify.cpp1745 !CmpInst::isTrueWhenEqual(Pred));
1829 !CmpInst::isTrueWhenEqual(Pred));
1840 !CmpInst::isTrueWhenEqual(Pred));
1882 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred));
2625 if (CmpInst::isTrueWhenEqual(Pred))
H A DScalarEvolution.cpp5884 if (ICmpInst::isTrueWhenEqual(Pred))
6019 return ICmpInst::isTrueWhenEqual(Pred);
6234 return CmpInst::isTrueWhenEqual(Pred);
6266 if (ICmpInst::isTrueWhenEqual(Pred))
6270 if (!ICmpInst::isTrueWhenEqual(FoundPred))
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp1598 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(pred));
1782 Result = ICmpInst::isTrueWhenEqual((ICmpInst::Predicate)pred);
H A DInstructions.cpp3272 bool CmpInst::isTrueWhenEqual(unsigned short predicate) { function in class:CmpInst
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1680 EqVal = ISD::isTrueWhenEqual(Cond);
1683 EqVal = ISD::isTrueWhenEqual(Cond) ? -1 : 0;
1694 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond)))
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp719 Builder->getInt1(ICmpInst::isTrueWhenEqual(Cond)));
751 bool isTrue = ICmpInst::isTrueWhenEqual(Pred);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1973 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One)))
1991 if (ICmpInst::isTrueWhenEqual(Pred)) {

Completed in 148 milliseconds