Searched refs:IntBitWidth (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp186 uint32_t IntBitWidth = IntVT.getSizeInBits(); local
188 (void) Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true,
191 APInt IntVal(IntBitWidth, x);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp236 uint32_t IntBitWidth = IntVT.getSizeInBits(); local
238 (void)Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true,
241 APInt IntVal(IntBitWidth, x);

Completed in 366 milliseconds