Searched refs:VariableOffsets (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Operator.cpp | 148 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 D | Instructions.cpp | 1803 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 D | Operator.h | 583 SmallDenseMap<Value *, APInt, 8> &VariableOffsets,
|
H A D | Instructions.h | 1138 SmallDenseMap<Value *, APInt, 8> &VariableOffsets,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1778 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()
|