Home | History | Annotate | Download | only in optimizing

Lines Matching full:asconstant

1222         int32_t value = GetInt32ValueOf(source.GetConstant()->AsConstant());
1229 int64_t value = GetInt64ValueOf(source.GetConstant()->AsConstant());
1302 int32_t value = GetInt32ValueOf(src_cst->AsConstant());
1309 int64_t value = GetInt64ValueOf(src_cst->AsConstant());
1740 int64_t imm = CodeGenerator::GetInt64ValueOf(right->AsConstant());
1751 locations->SetInAt(1, Location::ConstantLocation(right->AsConstant()));
2249 return (instruction->IsConstant() && instruction->AsConstant()->IsZeroBitPattern())
2250 ? Location::ConstantLocation(instruction->AsConstant())
2259 (instruction->AsConstant()->IsZeroBitPattern() ||
2261 return Location::ConstantLocation(instruction->AsConstant());
2858 int64_t value = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()->AsConstant());
2864 int32_t value = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()->AsConstant());
3282 int64_t divisor = codegen_->GetInt64ValueOf(value.GetConstant()->AsConstant());