HomeSort by: relevance | last modified time | path
    Searched refs:FromWidth (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 214 bool InstCombinerImpl::shouldChangeType(unsigned FromWidth,
216 bool FromLegal = FromWidth == 1 || DL.isLegalInteger(FromWidth);
221 if (ToWidth < FromWidth && (ToWidth == 8 || ToWidth == 16 || ToWidth == 32))
231 if (!FromLegal && !ToLegal && ToWidth > FromWidth)
248 unsigned FromWidth = From->getPrimitiveSizeInBits();
250 return shouldChangeType(FromWidth, ToWidth);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SMTConv.h 316 uint64_t FromWidth) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 427 const unsigned FromWidth = Ctx.getIntWidth(FromType);
431 if (FromWidth > ToWidth ||
432 (FromWidth == ToWidth && FromSigned != ToSigned) ||
448 if (FromWidth < ToWidth) {

Completed in 102 milliseconds