OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AExpr
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/glsl/
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 91 milliseconds