Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8071 EVT ShiftedVT = OppShiftLHS.getValueType(); in extractShiftForRotate() local
8082 OppShiftCst->getAPIntValue() == ShiftedVT.getScalarSizeInBits() - 1) in extractShiftForRotate()
8083 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS, in extractShiftForRotate()
8084 DAG.getShiftAmountConstant(1, ShiftedVT, DL)); in extractShiftForRotate()
8111 ShiftedVT != ExtractFrom.getValueType()) in extractShiftForRotate()
8127 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits(); in extractShiftForRotate()