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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6024 EVT ShiftedVT = OppShiftLHS.getValueType(); local
6034 OppShiftCst->getAPIntValue() == ShiftedVT.getScalarSizeInBits() - 1)
6035 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS,
6036 DAG.getShiftAmountConstant(1, ShiftedVT, DL));
6063 ShiftedVT != ExtractFrom.getValueType())
6079 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits();

Completed in 186 milliseconds