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

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

Completed in 1983 milliseconds