Home
last modified time | relevance | path

Searched defs:leftVal (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/
DSkSLConstantFolder.cpp52 bool leftVal = left.as<BoolLiteral>().value(); in short_circuit_boolean() local
353 bool leftVal = left->as<BoolLiteral>().value(); in Simplify() local
425 SKSL_INT leftVal = left->as<IntLiteral>().value(); in Simplify() local
474 SKSL_FLOAT leftVal = left->as<FloatLiteral>().value(); in Simplify() local
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp1301 bool leftVal = ((BoolLiteral&) left).fValue; in short_circuit_boolean() local
1339 bool leftVal = ((BoolLiteral&) left).fValue; in constantFold() local
1353 int64_t leftVal = ((IntLiteral&) left).fValue; in constantFold() local
1387 double leftVal = ((FloatLiteral&) left).fValue; in constantFold() local
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DLayoutPass.cpp34 static std::string formatReason(StringRef reason, int leftVal, int rightVal) { in formatReason()
/external/deqp/framework/randomshaders/
DrsgBinaryOps.cpp356 ExecConstValueAccess leftVal = m_leftValueExpr->getValue(); in evaluate() local