Searched defs:VariableOffsets (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpTableToSwitch.cpp | 59 SmallMapVector<Value *, APInt, 4> VariableOffsets; in parseJumpTable() local
|
H A D | ConstraintElimination.cpp | 388 MapVector<Value *, APInt> VariableOffsets; global() member
|
H A D | GVN.cpp | 425 MapVector<Value *, APInt> VariableOffsets; createGEPExpr() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Operator.cpp | 204 collectOffset(const DataLayout & DL,unsigned BitWidth,MapVector<Value *,APInt> & VariableOffsets,APInt & ConstantOffset) const collectOffset() argument
|
H A D | Instructions.cpp | 1591 collectOffset(const DataLayout & DL,unsigned BitWidth,MapVector<Value *,APInt> & VariableOffsets,APInt & ConstantOffset) const collectOffset() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2395 MapVector<Value *, APInt> VariableOffsets; getSalvageOpsForGEP() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 1537 MapVector<Value *, APInt> VariableOffsets; collectConstantsForGEP() local
|