Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:IsConstant

495   return IsConstant() && HConstant::cast(this)->HasInteger32Value();
712 if (block->IsStartBlock() && block->IsFinished() && !IsConstant()) {
1100 DCHECK(value->IsConstant());
1259 if (FLAG_fold_constants && value()->IsConstant()) {
1282 if (map()->IsConstant()) {
1464 if (FLAG_fold_constants && value->IsConstant()) {
1552 if (check_ == IS_INTERNALIZED_STRING && value()->IsConstant()) {
1613 if (!IsStabilityCheck() && maps_are_stable() && value()->IsConstant()) {
1638 return (value()->IsConstant() &&
2626 if (right()->IsConstant()) {
2641 if (right()->IsConstant()) {
2666 if (right()->IsConstant()) {
2749 if (FLAG_fold_constants && left()->IsConstant() && right()->IsConstant()) {
2764 if (FLAG_fold_constants && value()->IsConstant()) {
2787 if (FLAG_fold_constants && value()->IsConstant()) {
2809 if (FLAG_fold_constants && value()->IsConstant()) {
3309 if (FLAG_fold_constants && left->IsConstant() && right->IsConstant()) { \
3335 if (FLAG_fold_constants && left->IsConstant() && right->IsConstant()) {
3374 if (FLAG_fold_constants && char_code->IsConstant()) {
3396 if (!value->IsConstant()) break;
3507 if (FLAG_fold_constants && left->IsConstant() && right->IsConstant()) {
3524 if (FLAG_fold_constants && left->IsConstant() && right->IsConstant()) {
3556 if (FLAG_fold_constants && left->IsConstant() && right->IsConstant()) {
3580 if (FLAG_fold_constants && left->IsConstant() && right->IsConstant()) {
3607 if (FLAG_fold_constants && left->IsConstant() && right->IsConstant()) {
3637 if (FLAG_fold_constants && left->IsConstant() && right->IsConstant()) { \
3656 if (FLAG_fold_constants && left->IsConstant() && right->IsConstant()) {
3675 if (FLAG_fold_constants && string->IsConstant() && index->IsConstant()) {
3705 if (!OperandAt(i)->IsConstant()) return;