Searched refs:ExprBase (Results 1 – 2 of 2) sorted by relevance
532 class ExprBase;809 class ExprBase class812 virtual ~ExprBase (void) {} in ~ExprBase()828 class Expr : public ExprBase871 ostream& operator<< (ostream& os, const ExprBase& expr) in operator <<()1126 typedef vector<const ExprBase*> BaseArgExprs;
1608 const SCEV *ExprBase; member1610 IVChain() : ExprBase(nullptr) {} in IVChain()1613 : Incs(1, Head), ExprBase(Base) {} in IVChain()2649 if (!StressIVChain && Chain.ExprBase != OperExprBase) in ChainInstruction()