Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h850 LLVM_ABI static bool isNonStrictPredicate(Predicate predicate);
854 bool isNonStrictPredicate() const {
855 return isNonStrictPredicate(getPredicate());
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3703 bool CmpInst::isNonStrictPredicate(Predicate pred) { in isNonStrictPredicate() function in CmpInst
3786 if (isNonStrictPredicate(pred)) in getFlippedStrictnessPredicate()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2516 WRAP_BOTH(isNonStrictPredicate);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3661 if (ICmpInst::isNonStrictPredicate(Pred)) { in foldSelectToCmp()