Home
last modified time | relevance | path

Searched refs:collectOffset (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpTableToSwitch.cpp61 if (!GEP->collectOffset(DL, BitWidth, VariableOffsets, ConstantOffset)) in parseJumpTable()
H A DConstraintElimination.cpp406 if (!GEP.collectOffset(DL, BitWidth, Result.VariableOffsets, in collectOffsets()
415 bool CanCollectInner = InnerGEP->collectOffset( in collectOffsets()
H A DGVN.cpp427 if (GEP->collectOffset(DL, BitWidth, VariableOffsets, ConstantOffset)) { in createGEPExpr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp202 bool GEPOperator::collectOffset( in collectOffset() function in llvm::GEPOperator
H A DInstructions.cpp1589 bool GetElementPtrInst::collectOffset( in collectOffset() function in GetElementPtrInst
1594 return cast<GEPOperator>(this)->collectOffset(DL, BitWidth, VariableOffsets, in collectOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h530 bool collectOffset(const DataLayout &DL, unsigned BitWidth,
H A DInstructions.h1102 bool collectOffset(const DataLayout &DL, unsigned BitWidth,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp849 if (!GEP->collectOffset(DL, BW, VarOffsets, ModOffset)) in getStrideAndModOffsetOfGEP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp408 !GEP->collectOffset(DL, BW, VarOffsets, ConstOffset)) in GEPToVectorIndex()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2403 if (!GEP->collectOffset(DL, BitWidth, VariableOffsets, ConstantOffset)) in getSalvageOpsForGEP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1544 if (!GEP->collectOffset(DL, BitWidth, VariableOffsets, ConstantOffset)) { in collectConstantsForGEP()