Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h841 LLVM_ABI static bool isStrictPredicate(Predicate predicate);
845 bool isStrictPredicate() const { return isStrictPredicate(getPredicate()); }
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3719 bool CmpInst::isStrictPredicate(Predicate pred) { in isStrictPredicate() function in CmpInst
3784 if (isStrictPredicate(pred)) in getFlippedStrictnessPredicate()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2515 WRAP_BOTH(isStrictPredicate);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp3193 assert(ICmpInst::isStrictPredicate(Pred)); in insertCandidatesWithPendingInjections()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2476 if (RHSC.countr_zero() < Amt && ICmpInst::isStrictPredicate(CmpPred)) { in foldICmpShlConstant()