Home | History | Annotate | Download | only in compiler

Lines Matching defs:Float32Constant

164           return jsgraph()->Float32Constant(bit_cast<float>(0xdeadbeef));
904 Node* WasmGraphBuilder::Float32Constant(float value) {
905 return jsgraph()->Float32Constant(value);
1083 Binop(wasm::kExprF32Mul, right, Float32Constant(1.0)),
1084 Binop(wasm::kExprF32Mul, left, Float32Constant(1.0)))));
1103 Binop(wasm::kExprF32Mul, right, Float32Constant(1.0)),
1104 Binop(wasm::kExprF32Mul, left, Float32Constant(1.0)))));