Home | History | Annotate | Download | only in ppc

Lines Matching refs:ToConstant

64     Constant constant = ToConstant(instr_->InputAt(index));
931 Constant constant = i.ToConstant(instr->InputAt(0));
975 Constant constant = i.ToConstant(instr->InputAt(0));
2480 if (pop->IsImmediate() && g.ToConstant(pop).ToInt32() == 0) {
2495 DCHECK(Constant::kInt32 == g.ToConstant(pop).type() ||
2496 Constant::kInt64 == g.ToConstant(pop).type());
2497 pop_count += g.ToConstant(pop).ToInt32();
2531 Constant src = g.ToConstant(source);