Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9169 unsigned NarrowVTSize = NarrowVT.getScalarSizeInBits(); in combineShiftToMULH() local
9176 if (ActiveBits > NarrowVTSize) in combineShiftToMULH()
9197 if (WideVT.getScalarSizeInBits() != 2 * NarrowVTSize) in combineShiftToMULH()
9204 if (ShiftAmt != NarrowVTSize) in combineShiftToMULH()