Home | History | Annotate | Download | only in compiler

Lines Matching refs:kInt32

887     kInt32,
909 DCHECK(type() == kInt32 || type() == kInt64);
916 if (type() == kInt32) return ToInt32();
927 if (type() == kInt32) return ToInt32();
1271 if (constant.type() == Constant::kInt32) {