Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10200 unsigned NarrowVTSize = NarrowVT.getScalarSizeInBits(); in combineShiftToMULH() local
10203 auto UserOfLowerBits = [NarrowVTSize](SDNode *U) { in combineShiftToMULH()
10212 return UShiftAmt < NarrowVTSize; in combineShiftToMULH()
10229 if (ActiveBits > NarrowVTSize) in combineShiftToMULH()
10250 if (WideVT.getScalarSizeInBits() != 2 * NarrowVTSize) in combineShiftToMULH()
10257 if (ShiftAmt != NarrowVTSize) in combineShiftToMULH()