Home
last modified time | relevance | path

Searched refs:isStrictPredicate (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h921 static bool isStrictPredicate(Predicate predicate);
925 bool isStrictPredicate() const { return isStrictPredicate(getPredicate()); }
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3636 bool CmpInst::isStrictPredicate(Predicate pred) { in isStrictPredicate() function in CmpInst
3701 if (isStrictPredicate(pred)) in getFlippedStrictnessPredicate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp3186 assert(ICmpInst::isStrictPredicate(Pred)); in insertCandidatesWithPendingInjections()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2425 if (RHSC.countr_zero() < Amt && ICmpInst::isStrictPredicate(CmpPred)) { in foldICmpShlConstant()