Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10180 ConstantSDNode *ShiftAmtSrc = isConstOrConstSplat(N->getOperand(1)); in combineShiftToMULH() local
10181 if (!ShiftAmtSrc) in combineShiftToMULH()
10256 unsigned ShiftAmt = ShiftAmtSrc->getZExtValue(); in combineShiftToMULH()