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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 825 unsigned MaxShiftAmt = SrcWidth - std::max(DestWidth, AWidth);
832 APInt(SrcWidth, MaxShiftAmt)))) {
857 unsigned MaxShiftAmt = SrcWidth - DestWidth;
862 APInt(SrcWidth, MaxShiftAmt)))) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 3867 uint32_t ShiftAmt = 0, MaxShiftAmt = IsXReg ? 48 : 16;
3872 if (ShiftAmt <= MaxShiftAmt && Imm <= 0xFFFF) {

Completed in 22 milliseconds