Lines Matching defs:c1
885 Node* const c1 = m.Int32Constant(2);
886 c1);
902 Node* const c1 = m.Int32Constant(3);
903 Node* const n = m.Int32Mul(p0, c1);
919 Node* const c1 = m.Int32Constant(4);
920 Node* const n = m.Int32Mul(p0, c1);
935 Node* const c1 = m.Int32Constant(5);
936 Node* const n = m.Int32Mul(p0, c1);
952 Node* const c1 = m.Int32Constant(8);
953 Node* const n = m.Int32Mul(p0, c1);
968 Node* const c1 = m.Int32Constant(9);
969 Node* const n = m.Int32Mul(p0, c1);
989 Node* const c1 = m.Int32Constant(1);
990 Node* const n = m.Word32Shl(p0, c1);
1006 Node* const c1 = m.Int32Constant(2);
1007 Node* const n = m.Word32Shl(p0, c1);
1022 Node* const c1 = m.Int32Constant(3);
1023 Node* const n = m.Word32Shl(p0, c1);