Searched refs:AExpr (Results 1 – 3 of 3) sorted by relevance
135 inline GrGLSLExpr4::AExpr GrGLSLExpr4::a() const { in a()136 return this->extractComponents<GrGLSLExpr4::AExpr>("%s.a"); in a()
318 typedef GrGLSLExpr1 AExpr; typedef319 AExpr a() const;
488 const SCEV *AExpr = SE->getSCEV(A), *BExpr = SE->getSCEV(B); in tryReassociateBinaryOp() local492 tryReassociatedBinaryOp(getBinarySCEV(I, AExpr, RHSExpr), B, I)) in tryReassociateBinaryOp()495 if (AExpr != RHSExpr) { in tryReassociateBinaryOp()