Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h88 struct VariableGEPIndex { struct
102 bool operator==(const VariableGEPIndex &Other) const { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h110 struct VariableGEPIndex { struct
123 bool operator==(const VariableGEPIndex &Other) const { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp454 struct VariableGEPIndex { struct
455 CastedValue Val;
456 APInt Scale;
459 const Instruction *CxtI;
462 bool IsNSW;
464 void dump() const { in dump()
468 void print(raw_ostream &OS) const { in print()