Home
last modified time | relevance | path

Searched refs:NewBECount (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1928 const SCEV *NewBECount = SE->getBackedgeTakenCount(L); in runOnLoop() local
1930 SE->getTypeSizeInBits(NewBECount->getType())) in runOnLoop()
1931 NewBECount = SE->getTruncateOrNoop(NewBECount, in runOnLoop()
1935 NewBECount->getType()); in runOnLoop()
1936 assert(BackedgeTakenCount == NewBECount && "indvars must preserve SCEV"); in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp2201 const SCEV *NewBECount = SE->getBackedgeTakenCount(L); in run() local
2203 SE->getTypeSizeInBits(NewBECount->getType())) in run()
2204 NewBECount = SE->getTruncateOrNoop(NewBECount, in run()
2208 NewBECount->getType()); in run()
2209 assert(BackedgeTakenCount == NewBECount && "indvars must preserve SCEV"); in run()