HomeSort by: relevance | last modified time | path
    Searched defs:ToWidth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 91 unsigned ToWidth = Ctx.getTypeInfo(ToPointeeTy).Width;
93 if (ToWidth <= OrigWidth)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 215 unsigned ToWidth) const {
217 bool ToLegal = ToWidth == 1 || DL.isLegalInteger(ToWidth);
221 if (ToWidth < FromWidth && (ToWidth == 8 || ToWidth == 16 || ToWidth == 32))
231 if (!FromLegal && !ToLegal && ToWidth > FromWidth)
249 unsigned ToWidth = To->getPrimitiveSizeInBits();
250 return shouldChangeType(FromWidth, ToWidth);
    [all...]

Completed in 16 milliseconds