Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1445 uint64_t BCWidth = SE->getTypeSizeInBits(BECount->getType()); in FindLoopCounter() local
1469 if (PhiWidth < BCWidth || (TD && !TD->isLegalInteger(PhiWidth))) in FindLoopCounter()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1745 uint64_t BCWidth = SE->getTypeSizeInBits(BECount->getType()); in FindLoopCounter() local
1774 if (PhiWidth < BCWidth || !DL.isLegalInteger(PhiWidth)) in FindLoopCounter()