Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1468 uint64_t PhiWidth = SE->getTypeSizeInBits(AR->getType()); in FindLoopCounter() local
1469 if (PhiWidth < BCWidth || (TD && !TD->isLegalInteger(PhiWidth))) in FindLoopCounter()
1497 if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1773 uint64_t PhiWidth = SE->getTypeSizeInBits(AR->getType()); in FindLoopCounter() local
1774 if (PhiWidth < BCWidth || !DL.isLegalInteger(PhiWidth)) in FindLoopCounter()
1815 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()