Home
last modified time | relevance | path

Searched refs:VariableOffsets (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DOperator.cpp148 SmallDenseMap<Value *, APInt, 8> &VariableOffsets, in collectOffset() argument
195 VariableOffsets.try_emplace(V, BitWidth, 0); in collectOffset()
198 VariableOffsets[V] += IndexedSize; in collectOffset()
H A DInstructions.cpp1803 SmallDenseMap<Value *, APInt, 8> &VariableOffsets, in collectOffset() argument
1806 return cast<GEPOperator>(this)->collectOffset(DL, BitWidth, VariableOffsets, in collectOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h583 SmallDenseMap<Value *, APInt, 8> &VariableOffsets,
H A DInstructions.h1138 SmallDenseMap<Value *, APInt, 8> &VariableOffsets,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1778 SmallDenseMap<Value *, APInt, 8> VariableOffsets; in getSalvageOpsForGEP() local
1780 if (!GEP->collectOffset(DL, BitWidth, VariableOffsets, ConstantOffset)) in getSalvageOpsForGEP()
1782 if (!VariableOffsets.empty() && !CurrentLocOps) { in getSalvageOpsForGEP()
1786 for (auto Offset : VariableOffsets) { in getSalvageOpsForGEP()