Home
last modified time | relevance | path

Searched defs:FromWidth (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h318 uint64_t FromWidth) { in castAPSInt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp263 bool InstCombinerImpl::shouldChangeType(unsigned FromWidth, in shouldChangeType()
297 unsigned FromWidth = From->getPrimitiveSizeInBits(); in shouldChangeType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2644 unsigned FromWidth = VecTy->getScalarSizeInBits(); in splitVectorElements() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp501 unsigned FromWidth = Ctx.getIntWidth(FromType); in getNarrowingKind() local
506 bool ToSigned, unsigned ToWidth) { in getNarrowingKind()