Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
DCloning.cpp132 GEP->setIsInBounds(); in TEST_F()
/external/llvm/include/llvm/
DOperator.h258 void setIsInBounds(bool B) { in setIsInBounds() function
DInstructions.h749 GEP->setIsInBounds(true);
757 GEP->setIsInBounds(true);
844 void setIsInBounds(bool b = true);
/external/llvm/lib/Analysis/
DPHITransAddr.cpp412 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp233 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()
DInstructionCombining.cpp948 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
/external/llvm/lib/VMCore/
DInstructions.cpp1415 void GetElementPtrInst::setIsInBounds(bool B) { in setIsInBounds() function in GetElementPtrInst
1416 cast<GEPOperator>(this)->setIsInBounds(B); in setIsInBounds()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2081 cast<GetElementPtrInst>(I)->setIsInBounds(true); in ParseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.cpp3926 cast<GetElementPtrInst>(Inst)->setIsInBounds(true); in ParseGetElementPtr()