Home
last modified time | relevance | path

Searched refs:stripAndAccumulateInBoundsConstantOffsets (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h724 const Value *stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, in stripAndAccumulateInBoundsConstantOffsets() function
729 Value *stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, in stripAndAccumulateInBoundsConstantOffsets() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp337 PtrA = PtrA->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetA); in areConsecutivePointers()
338 PtrB = PtrB->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetB); in areConsecutivePointers()
H A DVectorCombine.cpp197 SrcPtr = SrcPtr->stripAndAccumulateInBoundsConstantOffsets(DL, Offset); in vectorizeLoadInsert()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1369 First->stripAndAccumulateInBoundsConstantOffsets(DAL, Offset); in swapGEPOperand()
H A DSROA.cpp3774 Value *Base = InBoundsGEP->stripAndAccumulateInBoundsConstantOffsets( in emitFunc()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1508 Value *PtrA1 = PtrA->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetA); in getPointersDiff()
1509 Value *PtrB1 = PtrB->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetB); in getPointersDiff()
H A DConstantFolding.cpp1306 Ops0->stripAndAccumulateInBoundsConstantOffsets(DL, Offset0); in ConstantFoldCompareInstOperands()
1309 Ops1->stripAndAccumulateInBoundsConstantOffsets(DL, Offset1); in ConstantFoldCompareInstOperands()
H A DInstructionSimplify.cpp4828 Ptr->stripAndAccumulateInBoundsConstantOffsets(Q.DL, BasePtrOffset); in simplifyGEPInst()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1145 GEP->stripAndAccumulateInBoundsConstantOffsets(DL, APOff); in replaceLDSVariablesWithStruct()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp218 Start->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetInBytes); in walkToAllocaAndPrependOffsetDeref()
H A DCodeGenPrepare.cpp2238 Value *Val = Arg->stripAndAccumulateInBoundsConstantOffsets(*DL, Offset); in optimizeCallInst()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1318 Address = Address->stripAndAccumulateInBoundsConstantOffsets(DL, Offset); in processDbgDeclare()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2691 PtrOp->stripAndAccumulateInBoundsConstantOffsets(DL, in visitGetElementPtrInst()