Home
last modified time | relevance | path

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

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