Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2993 if (const APInt *ValidAmt = getValidShiftAmountConstant(V, DemandedElts)) in getValidMinimumShiftAmountConstant() local
2994 return ValidAmt; in getValidMinimumShiftAmountConstant()
3022 if (const APInt *ValidAmt = getValidShiftAmountConstant(V, DemandedElts)) in getValidMaximumShiftAmountConstant() local
3023 return ValidAmt; in getValidMaximumShiftAmountConstant()