Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7173 EVT ShiftedVT = OppShiftLHS.getValueType(); in extractShiftForRotate() local
7184 OppShiftCst->getAPIntValue() == ShiftedVT.getScalarSizeInBits() - 1) in extractShiftForRotate()
7185 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS, in extractShiftForRotate()
7186 DAG.getShiftAmountConstant(1, ShiftedVT, DL)); in extractShiftForRotate()
7213 ShiftedVT != ExtractFrom.getValueType()) in extractShiftForRotate()
7229 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits(); in extractShiftForRotate()