Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp1029 unsigned ReqShiftAmountInBits = in SplitInteger() local
1033 if (ReqShiftAmountInBits > ShiftAmountTy.getSizeInBits()) in SplitInteger()
1034 ShiftAmountTy = MVT::getIntegerVT(NextPowerOf2(ReqShiftAmountInBits)); in SplitInteger()