Searched refs:AllInBounds (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp146 bool AllInBounds = true; local
155 AllInBounds &= GEP->isInBounds();
235 if (AllInBounds) NewGEP->setIsInBounds();

Completed in 76 milliseconds