HomeSort by relevance Sort by last modified time
    Searched defs:NewWidth (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 826 unsigned NewStart, NewWidth;
830 NewWidth = std::max(End, SourceEnd) - NewStart;
834 NewWidth = std::max(SourceEnd, End) - NewStart;
840 II->getArgOperand(2)->getType(), NewWidth, false);
    [all...]
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 140 milliseconds