Lines Matching defs:test
496 // We're going to test a range of WasmObject instance types with a single
2143 Node* test = ConvertTrapTest(builder, opcode, int_ty, float_ty, trunc,
2146 test = builder->Binop(wasm::kExprI64Eq, test, builder->Int64Constant(0));
2148 return test;
2172 Node* test =
2175 TrapIfTrue(wasm::kTrapFloatUnrepresentable, test, position);
2177 ZeroCheck64(wasm::kTrapFloatUnrepresentable, test, position);
2184 Node* test = ConvertSaturateTest(this, opcode, int_ty, float_ty, trunc,
2186 Diamond tl_d(graph(), mcgraph()->common(), test, BranchHint::kFalse);
2440 Node* test = Binop(wasm::kExprI32Eq, overflow, Int32Constant(0), position);
2441 Diamond tl_d(graph(), mcgraph()->common(), test, BranchHint::kFalse);
6106 // the length limit, run test/mjsunit/wasm/array-copy-benchmark.js.
6261 // Double value to test if value can be a Smi, and if so, to convert it.