Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp148 MapVector<Value *, APInt> &VariableOffsets, in collectOffset() argument
195 VariableOffsets.insert({V, APInt(BitWidth, 0)}); in collectOffset()
198 VariableOffsets[V] += IndexedSize; in collectOffset()
H A DInstructions.cpp1816 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 DOperator.h592 MapVector<Value *, APInt> &VariableOffsets,
H A DInstructions.h1149 MapVector<Value *, APInt> &VariableOffsets,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1802 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()