Home | History | Annotate | Download | only in compiler

Lines Matching refs:ToInt64Constant

336 bool CodeAssembler::ToInt64Constant(Node* node, int64_t& out_value) {
782 bool is_left_constant = ToInt64Constant(left, left_constant);
784 bool is_right_constant = ToInt64Constant(right, right_constant);
803 bool is_left_constant = ToInt64Constant(left, left_constant);
805 bool is_right_constant = ToInt64Constant(right, right_constant);
817 bool is_left_constant = ToInt64Constant(left, left_constant);
819 bool is_right_constant = ToInt64Constant(right, right_constant);
831 bool is_left_constant = ToInt64Constant(left, left_constant);
833 bool is_right_constant = ToInt64Constant(right, right_constant);
849 bool is_left_constant = ToInt64Constant(left, left_constant);
851 bool is_right_constant = ToInt64Constant(right, right_constant);
868 bool is_left_constant = ToInt64Constant(left, left_constant);
870 bool is_right_constant = ToInt64Constant(right, right_constant);
898 CODE_ASSEMBLER_COMPARE(Word64Equal, Word64T, int64_t, ToInt64Constant, ==)
899 CODE_ASSEMBLER_COMPARE(Word64NotEqual, Word64T, int64_t, ToInt64Constant, !=)