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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp171 bool InstCombiner::shouldChangeType(unsigned FromWidth, argument
173 bool FromLegal = FromWidth == 1 || DL.isLegalInteger(FromWidth);
178 if (ToWidth < FromWidth && (ToWidth == 8 || ToWidth == 16 || ToWidth == 32))
188 if (!FromLegal && !ToLegal && ToWidth > FromWidth)
205 unsigned FromWidth = From->getPrimitiveSizeInBits(); local
207 return shouldChangeType(FromWidth, ToWidth);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h316 uint64_t FromWidth) {
313 castAPSInt(llvm::SMTSolverRef &Solver, const llvm::APSInt &V, QualType ToTy, uint64_t ToWidth, QualType FromTy, uint64_t FromWidth) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp425 const unsigned FromWidth = Ctx.getIntWidth(FromType);
429 if (FromWidth > ToWidth ||
430 (FromWidth == ToWidth && FromSigned != ToSigned) ||
445 if (FromWidth < ToWidth) {

Completed in 128 milliseconds