Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp210 uint32_t IntBitWidth = IntVT.getSizeInBits(); in materializeRegForValue() local
212 (void) Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true, in materializeRegForValue()
215 APInt IntVal(IntBitWidth, x); in materializeRegForValue()