Home
last modified time | relevance | path

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

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