Home
last modified time | relevance | path

Searched refs:getNonStrictPredicate (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h873 Predicate getNonStrictPredicate() const {
874 return getNonStrictPredicate(getPredicate());
882 static Predicate getNonStrictPredicate(Predicate pred);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3674 CmpInst::Predicate CmpInst::getNonStrictPredicate(Predicate pred) { in getNonStrictPredicate() function in CmpInst
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp9649 auto NonStrictPredicate = ICmpInst::getNonStrictPredicate(Pred); in isLoopEntryGuardedByCond()