Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp76 struct BCEAtom { struct
77 BCEAtom() = default;
78 BCEAtom(GetElementPtrInst *GEP, LoadInst *LoadI, int BaseId, APInt Offset) in BCEAtom() function
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_;
[all …]