Home | History | Annotate | Download | only in optimizing

Lines Matching refs:nan

1650   // Set proper bit pattern for NaN and replace intrinsic with raw version.
1651 HInstruction* nan;
1653 nan = GetGraph()->GetLongConstant(0x7ff8000000000000L);
1660 nan = GetGraph()->GetIntConstant(0x7fc00000);
1671 HInstruction* select = new (GetGraph()->GetArena()) HSelect(condition, nan, invoke, dex_pc);