Searched refs:dummy_const (Results 1 – 4 of 4) sorted by relevance
15 let dummy_const = if cfg!(underscore_consts) { in wrap_in_const() localVariable34 const #dummy_const: () = { in wrap_in_const()
111 let dummy_const = Ident::new( in dummy_const_trick() localVariable117 const #dummy_const: () = { in dummy_const_trick()
2064 Value dummy_const = rewriter.create<ConstOp>( in matchAndRewrite() local2067 dummy_const = rewriter.create<tensor::CastOp>( in matchAndRewrite()2068 op.getLoc(), reserve_space_3_type, dummy_const); in matchAndRewrite()2073 /*reserve_space_3=*/dummy_const}); in matchAndRewrite()2108 Value dummy_const = rewriter.create<ConstOp>( in matchAndRewrite() local2111 dummy_const = rewriter.create<tensor::CastOp>( in matchAndRewrite()2112 op.getLoc(), reserve_space_3_type, dummy_const); in matchAndRewrite()2118 /*reserve_space_3=*/dummy_const}); in matchAndRewrite()
300 dummy_const = constant_op.constant(0.0)302 dummy_const,