HomeSort by relevance Sort by last modified time
    Searched refs:ToWidth (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 95 unsigned ToWidth = To->getPrimitiveSizeInBits();
97 bool ToLegal = TD->isLegalInteger(ToWidth);
106 if (!FromLegal && !ToLegal && ToWidth > FromWidth)
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 795 milliseconds