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

/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp530 class ExprBase;
807 class ExprBase class in namespace:deqp::gls::BuiltinPrecisionTests
810 virtual ~ExprBase (void) {}
826 class Expr : public ExprBase
869 ostream& operator<< (ostream& os, const ExprBase& expr)
1124 typedef vector<const ExprBase*> BaseArgExprs;
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1612 const SCEV *ExprBase; member in struct:__anon26302::IVChain
1614 IVChain() : ExprBase(nullptr) {}
1617 : Incs(1, Head), ExprBase(Base) {}
2655 if (!StressIVChain && Chain.ExprBase != OperExprBase)

Completed in 249 milliseconds