Searched refs:stripAndAccumulateInBoundsConstantOffsets (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Value.h | 724 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 D | LoadStoreVectorizer.cpp | 337 PtrA = PtrA->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetA); in areConsecutivePointers() 338 PtrB = PtrB->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetB); in areConsecutivePointers()
|
H A D | VectorCombine.cpp | 197 SrcPtr = SrcPtr->stripAndAccumulateInBoundsConstantOffsets(DL, Offset); in vectorizeLoadInsert()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 1369 First->stripAndAccumulateInBoundsConstantOffsets(DAL, Offset); in swapGEPOperand()
|
H A D | SROA.cpp | 3774 Value *Base = InBoundsGEP->stripAndAccumulateInBoundsConstantOffsets( in emitFunc()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1508 Value *PtrA1 = PtrA->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetA); in getPointersDiff() 1509 Value *PtrB1 = PtrB->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetB); in getPointersDiff()
|
H A D | ConstantFolding.cpp | 1306 Ops0->stripAndAccumulateInBoundsConstantOffsets(DL, Offset0); in ConstantFoldCompareInstOperands() 1309 Ops1->stripAndAccumulateInBoundsConstantOffsets(DL, Offset1); in ConstantFoldCompareInstOperands()
|
H A D | InstructionSimplify.cpp | 4828 Ptr->stripAndAccumulateInBoundsConstantOffsets(Q.DL, BasePtrOffset); in simplifyGEPInst()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerModuleLDSPass.cpp | 1145 GEP->stripAndAccumulateInBoundsConstantOffsets(DL, APOff); in replaceLDSVariablesWithStruct()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 218 Start->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetInBytes); in walkToAllocaAndPrependOffsetDeref()
|
H A D | CodeGenPrepare.cpp | 2238 Value *Val = Arg->stripAndAccumulateInBoundsConstantOffsets(*DL, Offset); in optimizeCallInst()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 1318 Address = Address->stripAndAccumulateInBoundsConstantOffsets(DL, Offset); in processDbgDeclare()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2691 PtrOp->stripAndAccumulateInBoundsConstantOffsets(DL, in visitGetElementPtrInst()
|