Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10176 unsigned NarrowVTSize = NarrowVT.getScalarSizeInBits(); in combineShiftToMULH() local
10179 auto UserOfLowerBits = [NarrowVTSize](SDNode *U) { in combineShiftToMULH()
10188 return UShiftAmt < NarrowVTSize; in combineShiftToMULH()
10205 if (ActiveBits > NarrowVTSize) in combineShiftToMULH()
10226 if (WideVT.getScalarSizeInBits() != 2 * NarrowVTSize) in combineShiftToMULH()
10233 if (ShiftAmt != NarrowVTSize) in combineShiftToMULH()