HomeSort by relevance Sort by last modified time
    Searched refs:AExpr (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSL_impl.h 135 inline GrGLSLExpr4::AExpr GrGLSLExpr4::a() const {
136 return this->extractComponents<GrGLSLExpr4::AExpr>("%s.a");
GrGLSL.h 318 typedef GrGLSLExpr1 AExpr;
319 AExpr a() const;
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 488 const SCEV *AExpr = SE->getSCEV(A), *BExpr = SE->getSCEV(B);
492 tryReassociatedBinaryOp(getBinarySCEV(I, AExpr, RHSExpr), B, I))
495 if (AExpr != RHSExpr) {

Completed in 71 milliseconds