Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp302 uint32_t IntBitWidth = IntVT.getSizeInBits(); in materializeConstant() local
303 APSInt SIntVal(IntBitWidth, /*isUnsigned=*/false); in materializeConstant()