Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombinePHI.cpp144 bool AllInBounds = true; in FoldPHIArgGEPIntoPHI() local
153 AllInBounds &= GEP->isInBounds(); in FoldPHIArgGEPIntoPHI()
233 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()
/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-7.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp391 bool AllInBounds = true; in FoldPHIArgGEPIntoPHI() local
400 AllInBounds &= GEP->isInBounds(); in FoldPHIArgGEPIntoPHI()
481 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()