/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 969 GEP->setIsInBounds(false); in splitGEP() 1031 cast<GetElementPtrInst>(NewGEP)->setIsInBounds(GEPWasInBounds); in splitGEP() 1055 cast<GetElementPtrInst>(NewGEP)->setIsInBounds(GEPWasInBounds); in splitGEP() 1261 First->setIsInBounds(false); in swapGEPOperand() 1262 Second->setIsInBounds(false); in swapGEPOperand() 1264 First->setIsInBounds(true); in swapGEPOperand()
|
D | NaryReassociate.cpp | 435 NewGEP->setIsInBounds(GEP->isInBounds()); in tryReassociateGEPAtIndex()
|
D | Scalarizer.cpp | 466 NewGEPI->setIsInBounds(); in visitGetElementPtrInst()
|
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/ |
D | Cloning.cpp | 130 GEP->setIsInBounds(); in TEST_F()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 357 PtrInc->setIsInBounds(IsPtrInBounds(BasePtr)); in runOnLoop() 408 NewPtr->setIsInBounds(IsPtrInBounds(Ptr)); in runOnLoop()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFavorNonGenericAddrSpaces.cpp | 169 NewGEP->setIsInBounds(GEP->isInBounds()); in hoistAddrSpaceCastFromGEP()
|
D | NVPTXInferAddressSpaces.cpp | 321 NewGEP->setIsInBounds(GEP->isInBounds()); in cloneInstructionWithNewAddressSpace()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Operator.h | 235 void setIsInBounds(bool B) { in setIsInBounds() function
|
D | Instructions.h | 749 GEP->setIsInBounds(true); 757 GEP->setIsInBounds(true); 825 void setIsInBounds(bool b = true);
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 372 void setIsInBounds(bool B) { in setIsInBounds() function
|
D | Instructions.h | 900 GEP->setIsInBounds(true); 915 GEP->setIsInBounds(true); 1026 void setIsInBounds(bool b = true);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | PHITransAddr.cpp | 413 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600KernelParameters.cpp | 270 GEP2->setIsInBounds(GEP->isInBounds()); in Propagate()
|
/external/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 414 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 140 GEP->setIsInBounds(); in TEST_F()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 233 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()
|
D | InstructionCombining.cpp | 937 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 225 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()
|
D | InstCombineVectorOps.cpp | 778 GEP->setIsInBounds(cast<GetElementPtrInst>(I)->isInBounds()); in buildNew()
|
D | InstructionCombining.cpp | 1636 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 1424 void GetElementPtrInst::setIsInBounds(bool B) { in setIsInBounds() function in GetElementPtrInst 1425 cast<GEPOperator>(this)->setIsInBounds(B); in setIsInBounds()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 1730 void GetElementPtrInst::setIsInBounds(bool B) { in setIsInBounds() function in GetElementPtrInst 1731 cast<GEPOperator>(this)->setIsInBounds(B); in setIsInBounds()
|
D | Core.cpp | 2323 return unwrap<GetElementPtrInst>(GEP)->setIsInBounds(InBounds); in LLVMSetIsInBounds()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2225 cast<GetElementPtrInst>(I)->setIsInBounds(true); in ParseFunctionBody()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 1648 GEP->setIsInBounds(IsInbound); in transValueWithoutDecoration()
|