Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp541 class ExprBase;
818 class ExprBase class
821 virtual ~ExprBase (void) {} in ~ExprBase()
837 class Expr : public ExprBase
880 ostream& operator<< (ostream& os, const ExprBase& expr) in operator <<()
1135 typedef vector<const ExprBase*> BaseArgExprs;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp520 class ExprBase;
797 class ExprBase class
800 virtual ~ExprBase (void) {} in ~ExprBase()
816 class Expr : public ExprBase
859 ostream& operator<< (ostream& os, const ExprBase& expr) in operator <<()
1114 typedef vector<const ExprBase*> BaseArgExprs;
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1583 const SCEV *ExprBase; member
1585 IVChain() : ExprBase(nullptr) {} in IVChain()
1588 : Incs(1, Head), ExprBase(Base) {} in IVChain()
2612 if (!StressIVChain && Chain.ExprBase != OperExprBase) in ChainInstruction()