Searched defs:MaxShiftAmt (Results 1 – 3 of 3) sorted by relevance
| /llvm-project/llvm/lib/Transforms/InstCombine/ | ||
| H A D | InstCombineCasts.cpp | 598 unsigned MaxShiftAmt = SrcWidth - DestWidth; narrowBinOp() local |
| /llvm-project/llvm/lib/Target/AArch64/AsmParser/ | ||
| H A D | AArch64AsmParser.cpp | 4968 uint32_t ShiftAmt = 0, MaxShiftAmt = IsXReg ? 48 : 16; parseOperand() local |
| /llvm-project/llvm/lib/Analysis/ | ||
| H A D | ScalarEvolution.cpp | 3454 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1; getUDivExpr() local |