Home | History | Annotate | Download | only in Analysis

Lines Matching refs:UIntVal

1383   uint64_t UIntVal;
1387 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth,
1392 return ConstantInt::get(Ty, UIntVal, /*isSigned=*/true);