Home | History | Annotate | Download | only in mips

Lines Matching refs:ToConstant

73     Constant constant = ToConstant(instr_->InputAt(index));
620 Constant constant = i.ToConstant(instr->InputAt(0));
653 Constant constant = i.ToConstant(instr->InputAt(0));
3297 if (pop->IsImmediate() && g.ToConstant(pop).ToInt32() == 0) {
3310 DCHECK_EQ(Constant::kInt32, g.ToConstant(pop).type());
3311 pop_count += g.ToConstant(pop).ToInt32();
3350 Constant src = g.ToConstant(source);