Home | History | Annotate | Download | only in optimizing

Lines Matching refs:src_cst

1183       HConstant* src_cst = source.IsConstant() ? source.GetConstant() : nullptr;
1185 (src_cst != nullptr && (src_cst->IsIntConstant()
1186 || src_cst->IsFloatConstant()
1187 || src_cst->IsNullConstant()))) {
1298 HConstant* src_cst = source.GetConstant();
1302 int32_t value = GetInt32ValueOf(src_cst->AsConstant());
1309 int64_t value = GetInt64ValueOf(src_cst->AsConstant());