Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
DCloning.cpp135 GEP->setIsInBounds(); in TEST_F()
/external/llvm/include/llvm/IR/
DOperator.h365 void setIsInBounds(bool B) { in setIsInBounds() function
DInstructions.h750 GEP->setIsInBounds(true);
758 GEP->setIsInBounds(true);
849 void setIsInBounds(bool b = true);
/external/llvm/lib/Analysis/
DPHITransAddr.cpp414 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DR600KernelParameters.cpp270 GEP2->setIsInBounds(GEP->isInBounds()); in Propagate()
/external/mesa3d/src/gallium/drivers/radeon/
DR600KernelParameters.cpp270 GEP2->setIsInBounds(GEP->isInBounds()); in Propagate()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp233 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()
DInstCombineVectorOps.cpp641 GEP->setIsInBounds(cast<GetElementPtrInst>(I)->isInBounds()); in BuildNew()
DInstructionCombining.cpp1211 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
/external/llvm/lib/IR/
DInstructions.cpp1422 void GetElementPtrInst::setIsInBounds(bool B) { in setIsInBounds() function in GetElementPtrInst
1423 cast<GEPOperator>(this)->setIsInBounds(B); in setIsInBounds()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2295 cast<GetElementPtrInst>(I)->setIsInBounds(true); in ParseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.cpp4311 cast<GetElementPtrInst>(Inst)->setIsInBounds(true); in ParseGetElementPtr()