Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GetConstant

978     int32_t pos_const = pos.GetConstant()->AsIntConstant()->GetValue();
984 Immediate(length.GetConstant()->AsIntConstant()->GetValue()));
998 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue()));
1023 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue()));
1079 __ movl(count, Immediate(length.GetConstant()->AsIntConstant()->GetValue()));
1092 int32_t src_pos_const = src_pos.GetConstant()->AsIntConstant()->GetValue();
1099 int32_t dest_pos_const = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1143 int32_t constant = src_pos.GetConstant()->AsIntConstant()->GetValue();
1150 int32_t constant = dst_pos.GetConstant()->AsIntConstant()->GetValue();
1157 int32_t constant = copy_length.GetConstant()->AsIntConstant()->GetValue();
1200 int32_t src_pos_constant = src_pos.GetConstant()->AsIntConstant()->GetValue();
1202 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1224 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1934 srcBegin.IsConstant() ? srcBegin.GetConstant()->AsIntConstant()->GetValue() : 0;
2068 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant())));
2076 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant())));
2084 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant())));
2091 int64_t v = value.GetConstant()->AsLongConstant()->GetValue();