Home | History | Annotate | Download | only in compiler

Lines Matching refs:vfalse

231     Node* vfalse = inputs[1];
237 std::swap(vtrue, vfalse);
249 vfalse->opcode() == IrOpcode::kFloat32Sub) {
250 Float32BinopMatcher mvfalse(vfalse);
260 vfalse->opcode() == IrOpcode::kFloat64Sub) {
261 Float64BinopMatcher mvfalse(vfalse);
376 Node* const vfalse = node->InputAt(2);
377 if (vtrue == vfalse) return Replace(vtrue);
382 return Replace(vfalse);
390 vfalse->opcode() == IrOpcode::kFloat32Sub) {
391 Float32BinopMatcher mvfalse(vfalse);
401 vfalse->opcode() == IrOpcode::kFloat64Sub) {
402 Float64BinopMatcher mvfalse(vfalse);