Home
last modified time | relevance | path

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

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