Home
last modified time | relevance | path

Searched refs:setIsInBounds (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp969 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()
DNaryReassociate.cpp435 NewGEP->setIsInBounds(GEP->isInBounds()); in tryReassociateGEPAtIndex()
DScalarizer.cpp466 NewGEPI->setIsInBounds(); in visitGetElementPtrInst()
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
DCloning.cpp130 GEP->setIsInBounds(); in TEST_F()
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp357 PtrInc->setIsInBounds(IsPtrInBounds(BasePtr)); in runOnLoop()
408 NewPtr->setIsInBounds(IsPtrInBounds(Ptr)); in runOnLoop()
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp169 NewGEP->setIsInBounds(GEP->isInBounds()); in hoistAddrSpaceCastFromGEP()
DNVPTXInferAddressSpaces.cpp321 NewGEP->setIsInBounds(GEP->isInBounds()); in cloneInstructionWithNewAddressSpace()
/external/swiftshader/third_party/LLVM/include/llvm/
DOperator.h235 void setIsInBounds(bool B) { in setIsInBounds() function
DInstructions.h749 GEP->setIsInBounds(true);
757 GEP->setIsInBounds(true);
825 void setIsInBounds(bool b = true);
/external/llvm/include/llvm/IR/
DOperator.h372 void setIsInBounds(bool B) { in setIsInBounds() function
DInstructions.h900 GEP->setIsInBounds(true);
915 GEP->setIsInBounds(true);
1026 void setIsInBounds(bool b = true);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPHITransAddr.cpp413 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
/external/mesa3d/src/gallium/drivers/radeon/
DR600KernelParameters.cpp270 GEP2->setIsInBounds(GEP->isInBounds()); in Propagate()
/external/llvm/lib/Analysis/
DPHITransAddr.cpp414 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp140 GEP->setIsInBounds(); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombinePHI.cpp233 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()
DInstructionCombining.cpp937 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp225 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()
DInstCombineVectorOps.cpp778 GEP->setIsInBounds(cast<GetElementPtrInst>(I)->isInBounds()); in buildNew()
DInstructionCombining.cpp1636 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1424 void GetElementPtrInst::setIsInBounds(bool B) { in setIsInBounds() function in GetElementPtrInst
1425 cast<GEPOperator>(this)->setIsInBounds(B); in setIsInBounds()
/external/llvm/lib/IR/
DInstructions.cpp1730 void GetElementPtrInst::setIsInBounds(bool B) { in setIsInBounds() function in GetElementPtrInst
1731 cast<GEPOperator>(this)->setIsInBounds(B); in setIsInBounds()
DCore.cpp2323 return unwrap<GetElementPtrInst>(GEP)->setIsInBounds(InBounds); in LLVMSetIsInBounds()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2225 cast<GetElementPtrInst>(I)->setIsInBounds(true); in ParseFunctionBody()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1648 GEP->setIsInBounds(IsInbound); in transValueWithoutDecoration()

12