Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp61 unsigned IntBitWidth = Ctx.getIntWidth(Ctx.IntTy); in AST_MATCHER() local
63 return IntBitWidth == CurrentBitWidth; in AST_MATCHER()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp302 uint32_t IntBitWidth = IntVT.getSizeInBits(); in materializeConstant() local
303 APSInt SIntVal(IntBitWidth, /*isUnsigned=*/false); in materializeConstant()