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