Home
last modified time | relevance | path

Searched defs:NewGEP (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp350 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I - 1, *GTI)) { in tryReassociateGEP() local
388 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType)) in tryReassociateGEPAtIndex() local
392 if (auto *NewGEP = in tryReassociateGEPAtIndex() local
464 GetElementPtrInst *NewGEP = in tryReassociateGEPAtIndex() local
DSeparateConstOffsetFromGEP.cpp1014 Instruction *NewGEP = GEP->clone(); in splitGEP() local
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp163 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in hoistAddrSpaceCastFromGEP() local
175 Constant *NewGEP = ConstantExpr::getGetElementPtr( in hoistAddrSpaceCastFromGEP() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1454 GetElementPtrInst *NewGEP = cast<GetElementPtrInst>(Op1->clone()); in visitGetElementPtrInst() local
1677 Value *NewGEP = GEP.isInBounds() in visitGetElementPtrInst() local
1697 Value *NewGEP = in visitGetElementPtrInst() local
1732 Value *NewGEP = in visitGetElementPtrInst() local
1775 Value *NewGEP = GEP.isInBounds() && NSW in visitGetElementPtrInst() local
DInstCombinePHI.cpp232 GetElementPtrInst *NewGEP = in FoldPHIArgGEPIntoPHI() local