HomeSort by: relevance | last modified time | path
    Searched refs:convertFromAPInt (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFixedPoint.cpp 140 APFloat::opStatus Status = F.convertFromAPInt(MaxInt, MaxInt.isSigned(),
146 Status = F.convertFromAPInt(MinInt, MinInt.isSigned(),
473 APFloat::opStatus S = Flt.convertFromAPInt(Val, Sema.isSigned(), RM);
APFloat.cpp 2069 fs = MagicConstant.convertFromAPInt(IntegerConstant, false,
2454 IEEEFloat::opStatus IEEEFloat::convertFromAPInt(const APInt &Val, bool isSigned,
4682 APFloat::opStatus DoubleAPFloat::convertFromAPInt(const APInt &Input,
4687 auto Ret = Tmp.convertFromAPInt(Input, IsSigned, RM);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 303 opStatus convertFromAPInt(const APInt &, bool, roundingMode);
670 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM);
1115 opStatus convertFromAPInt(const APInt &Input, bool IsSigned,
1117 APFLOAT_DISPATCH_ON_SEMANTICS(convertFromAPInt(Input, IsSigned, RM));
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 688 (void)apf.convertFromAPInt(GV.IntVal,
703 (void)apf.convertFromAPInt(GV.IntVal,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 5921 SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true,
5933 UMax.convertFromAPInt(APInt::getMaxValue(IntWidth), false,
5946 SMin.convertFromAPInt(APInt::getSignedMinValue(IntWidth), true,
5957 UMin.convertFromAPInt(APInt::getMinValue(IntWidth), false,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 917 if (MinSrc.convertFromAPInt(Min, !Unsigned, APFloat::rmTowardZero) &
929 if (MaxSrc.convertFromAPInt(Max, !Unsigned, APFloat::rmTowardZero) &
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp 723 apf.convertFromAPInt(api, opc==Instruction::SIToFP,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 6754 APF.convertFromAPInt(SignMask, false, APFloat::rmNearestTiesToEven)) {
8644 MinFloat.convertFromAPInt(MinInt, IsSigned, APFloat::rmTowardZero);
8646 MaxFloat.convertFromAPInt(MaxInt, IsSigned, APFloat::rmTowardZero);
SelectionDAG.cpp 4622 (void)apf.convertFromAPInt(Val,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 5746 TwoPExpFP.convertFromAPInt(TwoPExpInt, false, APFloat::rmNearestTiesToEven);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 2626 APFloat::opStatus St = Result.convertFromAPInt(Value, Value.isSigned(),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 362 Result.convertFromAPInt(*IntConstantValue, IntConstantValue->isSigned(),
SemaExpr.cpp 9849 // could be avoided if there was a convertFromAPInt method
9853 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(),
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 21589 APFloat::opStatus MinStatus = MinFloat.convertFromAPInt(
21591 APFloat::opStatus MaxStatus = MaxFloat.convertFromAPInt(
    [all...]

Completed in 133 milliseconds