Searched refs:VariableOffsets (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Operator.cpp | 148 MapVector<Value *, APInt> &VariableOffsets, in collectOffset() argument 195 VariableOffsets.insert({V, APInt(BitWidth, 0)}); in collectOffset() 198 VariableOffsets[V] += IndexedSize; in collectOffset()
|
| H A D | Instructions.cpp | 1816 MapVector<Value *, APInt> &VariableOffsets, in collectOffset() argument 1819 return cast<GEPOperator>(this)->collectOffset(DL, BitWidth, VariableOffsets, in collectOffset()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Operator.h | 592 MapVector<Value *, APInt> &VariableOffsets,
|
| H A D | Instructions.h | 1149 MapVector<Value *, APInt> &VariableOffsets,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1802 MapVector<Value *, APInt> VariableOffsets; in getSalvageOpsForGEP() local 1804 if (!GEP->collectOffset(DL, BitWidth, VariableOffsets, ConstantOffset)) in getSalvageOpsForGEP() 1806 if (!VariableOffsets.empty() && !CurrentLocOps) { in getSalvageOpsForGEP() 1810 for (auto Offset : VariableOffsets) { in getSalvageOpsForGEP()
|