Lines Matching defs:realVal
4311 mlir::Value realVal = args[0];
4312 mlir::FloatType realType = mlir::dyn_cast<mlir::FloatType>(realVal.getType());
4316 builder.create<mlir::arith::BitcastOp>(loc, intType, realVal);
4850 mlir::Value realVal = args[0];
4851 mlir::FloatType realType = mlir::dyn_cast<mlir::FloatType>(realVal.getType());
4855 builder.create<mlir::arith::BitcastOp>(loc, intType, realVal);
4903 loc, mlir::arith::CmpFPredicate::OEQ, realVal,
5442 mlir::Value realVal = args[0];
5443 mlir::FloatType realType = mlir::dyn_cast<mlir::FloatType>(realVal.getType());
5447 realVal = builder.createConvert(
5448 loc, mlir::Float32Type::get(builder.getContext()), realVal);
5453 builder.create<mlir::arith::BitcastOp>(loc, intType, realVal);