Home | History | Annotate | Download | only in compiler

Lines Matching refs:Constant

65         maxuint32(Constant<int32_t>(kMaxUInt32)) {
82 Node* Constant(volatile T value) {
95 CheckFoldBinop<T>(expect, Constant<T>(a), Constant<T>(b));
168 // Check that if the given constant appears on the left, the reducer will
171 void CheckPutConstantOnRight(volatile T constant) {
174 Node* k = Constant<T>(constant);
193 // Check that if the given constant appears on the left, the reducer will
196 void CheckDontPutConstantOnRight(volatile T constant) {
199 Node* k = Constant<T>(constant);
238 Node* zero = R.Constant<int32_t>(0);
239 Node* minus_1 = R.Constant<int32_t>(-1);
264 Node* zero = R.Constant<int32_t>(0);
265 Node* minus_1 = R.Constant<int32_t>(-1);
290 Node* zero = R.Constant<int32_t>(0);
313 Node* zero = R.Constant<int32_t>(0);
334 Node* zero = R.Constant<int32_t>(0);
355 Node* zero = R.Constant<int32_t>(0);
366 Node* thirty_one = R->Constant<int32_t>(0x1f);
406 Node* zero = R.Constant<int32_t>(0);
430 Node* zero = R.Constant<int32_t>(0);
451 Node* zero = R.Constant<int32_t>(0);
472 Node* zero = R.Constant<int32_t>(0);
473 Node* one = R.Constant<int32_t>(1);
474 Node* minus_one = R.Constant<int32_t>(-1);
486 Node* multiplier = R.Constant<int32_t>(1 << n);
512 Node* one = R.Constant<int32_t>(1);
513 Node* minus_one = R.Constant<int32_t>(-1);
539 Node* one = R.Constant<int32_t>(1);
545 Node* divisor = R.Constant<int32_t>(1u << n);
569 Node* one = R.Constant<int32_t>(1);
592 Node* one = R.Constant<int32_t>(1);
597 Node* divisor = R.Constant<int32_t>(1u << n);
659 Node* zero = R.Constant<int32_t>(0);
683 Node* zero = R.Constant<int32_t>(0);
694 Node* base = R.Constant<int32_t>(11);
695 Node* index = R.Constant<int32_t>(4);