HomeSort by relevance Sort by last modified time
    Searched refs:AllInBounds (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 135 bool AllInBounds = true;
144 AllInBounds &= GEP->isInBounds();
225 if (AllInBounds) NewGEP->setIsInBounds();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp 144 bool AllInBounds = true;
153 AllInBounds &= GEP->isInBounds();
233 if (AllInBounds) NewGEP->setIsInBounds();
    [all...]

Completed in 75 milliseconds