Searched defs:leftVal (Results 1 – 3 of 3) sorted by relevance
50 bool leftVal = left.as<Literal>().boolValue(); in short_circuit_boolean() local358 bool leftVal = left->as<Literal>().boolValue(); in Simplify() local427 SKSL_INT leftVal = left->as<Literal>().intValue(); in Simplify() local483 SKSL_FLOAT leftVal = left->as<Literal>().floatValue(); in Simplify() local
1477 bool leftVal = ((BoolLiteral&) left).fValue; in short_circuit_boolean() local1515 bool leftVal = ((BoolLiteral&) left).fValue; in constantFold() local1529 int64_t leftVal = ((IntLiteral&) left).fValue; in constantFold() local1575 double leftVal = ((FloatLiteral&) left).fValue; in constantFold() local
356 ExecConstValueAccess leftVal = m_leftValueExpr->getValue(); in evaluate() local