Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10207 ConstantSDNode *UShiftAmtSrc = isConstOrConstSplat(U->getOperand(1)); in combineShiftToMULH() local
10208 if (!UShiftAmtSrc) { in combineShiftToMULH()
10211 unsigned UShiftAmt = UShiftAmtSrc->getZExtValue(); in combineShiftToMULH()