Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp214 bool InstCombinerImpl::shouldChangeType(unsigned FromWidth, in shouldChangeType() argument
216 bool FromLegal = FromWidth == 1 || DL.isLegalInteger(FromWidth); in shouldChangeType()
221 if (ToWidth < FromWidth && (ToWidth == 8 || ToWidth == 16 || ToWidth == 32)) in shouldChangeType()
231 if (!FromLegal && !ToLegal && ToWidth > FromWidth) in shouldChangeType()
248 unsigned FromWidth = From->getPrimitiveSizeInBits(); in shouldChangeType() local
250 return shouldChangeType(FromWidth, ToWidth); in shouldChangeType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h316 uint64_t FromWidth) { in castAPSInt() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp427 const unsigned FromWidth = Ctx.getIntWidth(FromType); in getNarrowingKind() local
431 if (FromWidth > ToWidth || in getNarrowingKind()
432 (FromWidth == ToWidth && FromSigned != ToSigned) || in getNarrowingKind()
448 if (FromWidth < ToWidth) { in getNarrowingKind()