Searched defs:ExprBase (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp532 class ExprBase;
809 class ExprBase class in namespace:deqp::gls::BuiltinPrecisionTests
812 virtual ~ExprBase (void) {}
828 class Expr : public ExprBase
871 ostream& operator<< (ostream& os, const ExprBase& expr)
1126 typedef vector<const ExprBase*> BaseArgExprs;
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1608 const SCEV *ExprBase; member in struct:__anon11046::IVChain
1610 IVChain() : ExprBase(nullptr) {}
1613 : Incs(1, Head), ExprBase(Base) {}
2649 if (!StressIVChain && Chain.ExprBase != OperExprBase)

Completed in 102 milliseconds