Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp135 bool AllInBounds = true; in FoldPHIArgGEPIntoPHI() local
144 AllInBounds &= GEP->isInBounds(); in FoldPHIArgGEPIntoPHI()
225 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp402 bool AllInBounds = true; in FoldPHIArgGEPIntoPHI() local
411 AllInBounds &= GEP->isInBounds(); in FoldPHIArgGEPIntoPHI()
492 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()