Home
last modified time | relevance | path

Searched refs:MaxShiftAmt (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3252 uint32_t ShiftAmt = 0, MaxShiftAmt = IsXReg ? 48 : 16; in parseOperand() local
3257 if (ShiftAmt <= MaxShiftAmt && Imm <= 0xFFFF) { in parseOperand()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp2125 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1; in getUDivExpr() local
2129 ++MaxShiftAmt; in getUDivExpr()
2131 IntegerType::get(getContext(), getTypeSizeInBits(Ty) + MaxShiftAmt); in getUDivExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3541 uint32_t ShiftAmt = 0, MaxShiftAmt = IsXReg ? 48 : 16; in parseOperand() local
3546 if (ShiftAmt <= MaxShiftAmt && Imm <= 0xFFFF) { in parseOperand()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2692 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1; in getUDivExpr() local
2696 ++MaxShiftAmt; in getUDivExpr()
2698 IntegerType::get(getContext(), getTypeSizeInBits(Ty) + MaxShiftAmt); in getUDivExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp3142 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1; in getUDivExpr() local
3146 ++MaxShiftAmt; in getUDivExpr()
3148 IntegerType::get(getContext(), getTypeSizeInBits(Ty) + MaxShiftAmt); in getUDivExpr()