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.cpp505 struct VariableGEPIndex { struct
506 CastedValue Val;
507 APInt Scale;
510 const Instruction *CxtI;
513 bool IsNSW;
518 bool IsNegated;
520 bool hasNegatedScaleOf(const VariableGEPIndex &Other) const { in hasNegatedScaleOf()
526 void dump() const { in dump()
530 void print(raw_ostream &OS) const { in print()