Home | History | Annotate | Download | only in optimizing

Lines Matching full:asconstant

259     int64_t cst = Int64FromConstant(shift_amount->AsConstant());
292 (Int64FromConstant(sub->GetLeft()->AsConstant()) & (reg_bits - 1)) == 0);
360 size_t rdist = Int64FromConstant(ushr->GetRight()->AsConstant());
361 size_t ldist = Int64FromConstant(shl->GetRight()->AsConstant());
1049 size_t shift = Int64FromConstant(input_other->InputAt(1)->AsConstant()) & (reg_bits - 1);
1573 if (Int64FromConstant(left->AsConstant()) == 0) {
2168 const2 = right->AsConstant();
2171 const2 = left->AsConstant();
2242 HConstant* const2 = right->IsConstant() ? right->AsConstant() : left->AsConstant();
2258 HConstant* const1 = left->IsConstant() ? left->AsConstant() : y->GetRight()->AsConstant();