HomeSort by relevance Sort by last modified time
    Searched refs:IntBitWidth (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 186 uint32_t IntBitWidth = IntVT.getSizeInBits();
188 (void) Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true,
191 APInt IntVal(IntBitWidth, x);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 236 uint32_t IntBitWidth = IntVT.getSizeInBits();
238 (void)Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true,
241 APInt IntVal(IntBitWidth, x);
    [all...]

Completed in 236 milliseconds