Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp515 struct VariableGEPIndex { struct
516 CastedValue Val;
517 APInt Scale;
520 const Instruction *CxtI;
523 bool IsNSW;
528 bool IsNegated;
530 bool hasNegatedScaleOf(const VariableGEPIndex &Other) const { in hasNegatedScaleOf()
536 void dump() const { in dump()
540 void print(raw_ostream &OS) const { in print()