Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7341 EVT ShiftedVT = OppShiftLHS.getValueType(); in extractShiftForRotate() local
7352 OppShiftCst->getAPIntValue() == ShiftedVT.getScalarSizeInBits() - 1) in extractShiftForRotate()
7353 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS, in extractShiftForRotate()
7354 DAG.getShiftAmountConstant(1, ShiftedVT, DL)); in extractShiftForRotate()
7381 ShiftedVT != ExtractFrom.getValueType()) in extractShiftForRotate()
7397 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits(); in extractShiftForRotate()