Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dfold-implementation.h1033 auto &rightExpr{operation.right()};
1034 rightExpr = Fold(context, std::move(rightExpr));
1038 if (rightExpr.Rank() > 0) {
1039 if (std::optional<Shape> rightShape{GetShape(context, rightExpr)}) {
1040 if (auto right{AsFlatArrayConstructor(rightExpr)}) {
1052 } else if (IsExpandableScalar(rightExpr)) {
1054 context, std::move(f), *leftShape, std::move(*left), rightExpr);
1058 } else if (rightExpr.Rank() > 0 && IsExpandableScalar(leftExpr)) {
1059 if (std::optional<Shape> shape{GetShape(context, rightExpr)}) {
1060 if (auto right{AsFlatArrayConstructor(rightExpr)}) {
/external/skia/src/sksl/
DSkSLConstantFolder.cpp325 const Expression& rightExpr, in Simplify() argument
332 right = GetConstantValueForVariable(rightExpr); in Simplify()
335 right = &rightExpr; in Simplify()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...