Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp553 APInt LocalMask = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits() local
555 ComputeMaskedBits(I->getOperand(0), LocalMask, in ComputeMaskedBits()
576 LocalMask = APInt::getAllOnesValue(GEPOpiBits); in ComputeMaskedBits()
578 ComputeMaskedBits(Index, LocalMask, in ComputeMaskedBits()