Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp81 struct BCEAtom { struct
83 BCEAtom(GetElementPtrInst *GEP, LoadInst *LoadI, int BaseId, APInt Offset) in BCEAtom() argument
90 BCEAtom &operator=(BCEAtom &&that) { in operator =()
110 bool operator<(const BCEAtom &O) const { in operator <()
114 GetElementPtrInst *GEP = nullptr;
115 LoadInst *LoadI = nullptr;
116 unsigned BaseId = 0;
117 APInt Offset;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp72 struct BCEAtom { struct
74 BCEAtom(GetElementPtrInst *GEP, LoadInst *LoadI, int BaseId, APInt Offset) in BCEAtom() function
81 BCEAtom &operator=(BCEAtom &&that) { in operator =()
101 bool operator<(const BCEAtom &O) const { in operator <()
105 GetElementPtrInst *GEP = nullptr;
106 LoadInst *LoadI = nullptr;
107 unsigned BaseId = 0;
108 APInt Offset;