Home | History | Annotate | Download | only in optimizing

Lines Matching refs:AsConstant

685         int32_t value = GetInt32ValueOf(source.GetConstant()->AsConstant());
692 int64_t value = GetInt64ValueOf(source.GetConstant()->AsConstant());
765 int32_t value = GetInt32ValueOf(src_cst->AsConstant());
772 int64_t value = GetInt64ValueOf(src_cst->AsConstant());
1029 int64_t imm = CodeGenerator::GetInt64ValueOf(right->AsConstant());
1040 locations->SetInAt(1, Location::ConstantLocation(right->AsConstant()));
1713 int64_t value = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()->AsConstant());
1719 int32_t value = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()->AsConstant());
2164 int64_t divisor = codegen_->GetInt64ValueOf(value.GetConstant()->AsConstant());