Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp2144 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1; in getUDivExpr() local
2148 ++MaxShiftAmt; in getUDivExpr()
2150 IntegerType::get(getContext(), getTypeSizeInBits(Ty) + MaxShiftAmt); in getUDivExpr()