Home
last modified time | relevance | path

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

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