Lines Matching refs:is_left_constant

498   bool is_left_constant = ToIntPtrConstant(left, left_constant);  in CODE_ASSEMBLER_BINARY_OP_LIST()  local
501 if (is_left_constant) { in CODE_ASSEMBLER_BINARY_OP_LIST()
519 bool is_left_constant = ToIntPtrConstant(left, left_constant); in IntPtrSub() local
522 if (is_left_constant) { in IntPtrSub()
537 bool is_left_constant = ToIntPtrConstant(left, left_constant); in IntPtrMul() local
540 if (is_left_constant) { in IntPtrMul()
574 bool is_left_constant = ToIntPtrConstant(left, left_constant); in WordOr() local
577 if (is_left_constant) { in WordOr()
595 bool is_left_constant = ToIntPtrConstant(left, left_constant); in WordAnd() local
598 if (is_left_constant) { in WordAnd()
609 bool is_left_constant = ToIntPtrConstant(left, left_constant); in WordXor() local
612 if (is_left_constant) { in WordXor()
623 bool is_left_constant = ToIntPtrConstant(left, left_constant); in WordShl() local
626 if (is_left_constant) { in WordShl()
641 bool is_left_constant = ToIntPtrConstant(left, left_constant); in WordShr() local
644 if (is_left_constant) { in WordShr()
660 bool is_left_constant = ToIntPtrConstant(left, left_constant); in WordSar() local
663 if (is_left_constant) { in WordSar()
678 bool is_left_constant = ToInt32Constant(left, left_constant); in Word32Or() local
681 if (is_left_constant) { in Word32Or()
699 bool is_left_constant = ToInt32Constant(left, left_constant); in Word32And() local
702 if (is_left_constant) { in Word32And()
713 bool is_left_constant = ToInt32Constant(left, left_constant); in Word32Xor() local
716 if (is_left_constant) { in Word32Xor()
727 bool is_left_constant = ToInt32Constant(left, left_constant); in Word32Shl() local
730 if (is_left_constant) { in Word32Shl()
745 bool is_left_constant = ToInt32Constant(left, left_constant); in Word32Shr() local
748 if (is_left_constant) { in Word32Shr()
764 bool is_left_constant = ToInt32Constant(left, left_constant); in Word32Sar() local
767 if (is_left_constant) { in Word32Sar()
782 bool is_left_constant = ToInt64Constant(left, left_constant); in Word64Or() local
785 if (is_left_constant) { in Word64Or()
803 bool is_left_constant = ToInt64Constant(left, left_constant); in Word64And() local
806 if (is_left_constant) { in Word64And()
817 bool is_left_constant = ToInt64Constant(left, left_constant); in Word64Xor() local
820 if (is_left_constant) { in Word64Xor()
831 bool is_left_constant = ToInt64Constant(left, left_constant); in Word64Shl() local
834 if (is_left_constant) { in Word64Shl()
849 bool is_left_constant = ToInt64Constant(left, left_constant); in Word64Shr() local
852 if (is_left_constant) { in Word64Shr()
868 bool is_left_constant = ToInt64Constant(left, left_constant); in Word64Sar() local
871 if (is_left_constant) { in Word64Sar()