HomeSort by relevance Sort by last modified time
    Searched defs:Flt (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.h 31 const APFloat Flt;
33 explicit NVPTXFloatMCExpr(VariantKind Kind, APFloat Flt)
34 : Kind(Kind), Flt(std::move(Flt)) {}
40 static const NVPTXFloatMCExpr *create(VariantKind Kind, const APFloat &Flt,
43 static const NVPTXFloatMCExpr *createConstantFPSingle(const APFloat &Flt,
45 return create(VK_NVPTX_SINGLE_PREC_FLOAT, Flt, Ctx);
48 static const NVPTXFloatMCExpr *createConstantFPDouble(const APFloat &Flt,
50 return create(VK_NVPTX_DOUBLE_PREC_FLOAT, Flt, Ctx);
61 APFloat getAPFloat() const { return Flt; }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 182 const APFloat &Flt = CF->getValueAPF();
188 (void) Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 232 const APFloat &Flt = CF->getValueAPF();
238 (void)Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true,
    [all...]

Completed in 84 milliseconds