Lines Matching refs:BCEAtom
76 struct BCEAtom { struct
77 BCEAtom() = default;
78 BCEAtom(GetElementPtrInst *GEP, LoadInst *LoadI, int BaseId, APInt Offset) in BCEAtom() argument
91 bool operator<(const BCEAtom &O) const { in operator <() argument
123 BCEAtom visitICmpLoadOperand(Value *const Val, BaseIdentifier &BaseId) { in visitICmpLoadOperand()
156 return BCEAtom(GEP, LoadI, BaseId.getBaseId(GEP->getPointerOperand()), in visitICmpLoadOperand()
174 BCECmpBlock(BCEAtom L, BCEAtom R, int SizeBits) in BCECmpBlock()
191 const BCEAtom &Lhs() const { return Lhs_; } in Lhs()
192 const BCEAtom &Rhs() const { return Rhs_; } in Rhs()
224 BCEAtom Lhs_;
225 BCEAtom Rhs_;