Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2834 if (const APInt *ValidAmt = getValidShiftAmountConstant(V, DemandedElts)) in getValidMinimumShiftAmountConstant() local
2835 return ValidAmt; in getValidMinimumShiftAmountConstant()
2863 if (const APInt *ValidAmt = getValidShiftAmountConstant(V, DemandedElts)) in getValidMaximumShiftAmountConstant() local
2864 return ValidAmt; in getValidMaximumShiftAmountConstant()