Home
last modified time | relevance | path

Searched refs:setIsInBounds (Results 1 – 25 of 48) 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-7.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp1016 GEP->setIsInBounds(false); in splitGEP()
1079 cast<GetElementPtrInst>(NewGEP)->setIsInBounds(GEPWasInBounds); in splitGEP()
1104 cast<GetElementPtrInst>(NewGEP)->setIsInBounds(GEPWasInBounds); in splitGEP()
1309 First->setIsInBounds(false); in swapGEPOperand()
1310 Second->setIsInBounds(false); in swapGEPOperand()
1312 First->setIsInBounds(true); in swapGEPOperand()
DNaryReassociate.cpp432 NewGEP->setIsInBounds(GEP->isInBounds()); in tryReassociateGEPAtIndex()
DInferAddressSpaces.cpp490 NewGEP->setIsInBounds(GEP->isInBounds()); in cloneInstructionWithNewAddressSpace()
DScalarizer.cpp584 NewGEPI->setIsInBounds(); in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp139 cast<GetElementPtrInst>(this)->setIsInBounds(false); in dropPoisonGeneratingFlags()
263 DestGEP->setIsInBounds(SrcGEP->isInBounds() | DestGEP->isInBounds()); in copyIRFlags()
288 DestGEP->setIsInBounds(SrcGEP->isInBounds() & DestGEP->isInBounds()); in andIRFlags()
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp357 PtrInc->setIsInBounds(IsPtrInBounds(BasePtr)); in runOnLoop()
408 NewPtr->setIsInBounds(IsPtrInBounds(Ptr)); in runOnLoop()
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
DCloning.cpp130 GEP->setIsInBounds(); in TEST_F()
/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-7.0/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp450 PtrInc->setIsInBounds(IsPtrInBounds(BasePtr)); in runOnLoop()
501 NewPtr->setIsInBounds(IsPtrInBounds(Ptr)); in runOnLoop()
/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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h437 void setIsInBounds(bool B) { in setIsInBounds() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DPHITransAddr.cpp411 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPHITransAddr.cpp413 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
/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()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp225 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp145 GEP->setIsInBounds(); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1645 NewSrc->setIsInBounds(Src->isInBounds()); in visitGetElementPtrInst()
1647 NewGEP->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
1788 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()

12