Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp233 uint32_t IntBitWidth = IntVT.getSizeInBits(); in materializeConstant() local
235 (void)Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true, in materializeConstant()
238 APInt IntVal(IntBitWidth, x); in materializeConstant()