Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp45 struct BCEAtom { struct
46 BCEAtom() : GEP(nullptr), LoadI(nullptr), Offset() {} in BCEAtom() function
48 const Value *Base() const { return GEP ? GEP->getPointerOperand() : nullptr; } in Base()
50 bool operator<(const BCEAtom &O) const { in operator <()
68 GetElementPtrInst *GEP;
69 LoadInst *LoadI;
70 APInt Offset;