Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6572 EVT InnerShiftVT = N0Op0.getValueType(); in visitSHL() local
6573 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSHL()
6920 EVT InnerShiftVT = N0.getOperand(0).getValueType(); in visitSRL() local
6922 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSRL()
6929 DAG.getNode(ISD::SRL, DL, InnerShiftVT, in visitSRL()