Home
last modified time | relevance | path

Searched refs:getLoopInvariantPredicate (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1174 getLoopInvariantPredicate(ICmpInst::Predicate Pred, const SCEV *LHS,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DScalarEvolution.h1189 getLoopInvariantPredicate(ICmpInst::Predicate Pred, const SCEV *LHS,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DScalarEvolution.h1189 getLoopInvariantPredicate(ICmpInst::Predicate Pred, const SCEV *LHS,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DScalarEvolution.h1189 getLoopInvariantPredicate(ICmpInst::Predicate Pred, const SCEV *LHS,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DScalarEvolution.h1188 getLoopInvariantPredicate(ICmpInst::Predicate Pred, const SCEV *LHS,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp210 auto LIP = SE->getLoopInvariantPredicate(Pred, S, X, L, ICmp); in makeIVComparisonInvariant()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp11026 ScalarEvolution::getLoopInvariantPredicate(ICmpInst::Predicate Pred, in getLoopInvariantPredicate() function in ScalarEvolution