Home
last modified time | relevance | path

Searched defs:VariableGEPIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h103 struct VariableGEPIndex { struct
105 const Value *V;
111 unsigned ZExtBits;
112 unsigned SExtBits;
114 APInt Scale;
117 const Instruction *CxtI;
142 SmallVector<VariableGEPIndex, 4> VarIndices; argument