Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp198 if (!SE->isLoopInvariantPredicate(Pred, S, X, L, InvariantPredicate, in makeIVComparisonInvariant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h928 bool isLoopInvariantPredicate(ICmpInst::Predicate Pred, const SCEV *LHS,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp9333 bool ScalarEvolution::isLoopInvariantPredicate( in isLoopInvariantPredicate() function in ScalarEvolution