Home | History | Annotate | Download | only in optimizing

Lines Matching refs:AsConstant

1304         int32_t value = GetInt32ValueOf(source.GetConstant()->AsConstant());
1311 int64_t value = GetInt64ValueOf(source.GetConstant()->AsConstant());
1406 int32_t value = GetInt32ValueOf(src_cst->AsConstant());
1413 int64_t value = GetInt64ValueOf(src_cst->AsConstant());
1847 int64_t imm = CodeGenerator::GetInt64ValueOf(right->AsConstant());
1858 locations->SetInAt(1, Location::ConstantLocation(right->AsConstant()));
2359 return (instruction->IsConstant() && instruction->AsConstant()->IsZeroBitPattern())
2360 ? Location::ConstantLocation(instruction->AsConstant())
2369 (instruction->AsConstant()->IsZeroBitPattern() ||
2371 return Location::ConstantLocation(instruction->AsConstant());
2968 int64_t value = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()->AsConstant());
2974 int32_t value = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()->AsConstant());
3392 int64_t divisor = codegen_->GetInt64ValueOf(value.GetConstant()->AsConstant());