Lines Matching refs:vfalse
249 Node* vfalse = inputs[1];
255 std::swap(vtrue, vfalse);
267 vfalse->opcode() == IrOpcode::kFloat32Sub) {
268 Float32BinopMatcher mvfalse(vfalse);
278 vfalse->opcode() == IrOpcode::kFloat64Sub) {
279 Float64BinopMatcher mvfalse(vfalse);
393 Node* const vfalse = node->InputAt(2);
394 if (vtrue == vfalse) return Replace(vtrue);
399 return Replace(vfalse);
407 vfalse->opcode() == IrOpcode::kFloat32Sub) {
408 Float32BinopMatcher mvfalse(vfalse);
418 vfalse->opcode() == IrOpcode::kFloat64Sub) {
419 Float64BinopMatcher mvfalse(vfalse);