Home | History | Annotate | Download | only in compiler

Lines Matching refs:kInt64

888     kInt64,
897 explicit Constant(int64_t v) : type_(kInt64), value_(v) {}
909 DCHECK(type() == kInt32 || type() == kInt64);
917 DCHECK_EQ(kInt64, type());