Home | History | Annotate | Download | only in ia32

Lines Matching refs:easy_case

906   bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
908 LOperand* temp = !easy_case && (expected & ToBooleanHint::kNeedsMap)
912 if (!easy_case && ((!(expected & ToBooleanHint::kSmallInteger) &&