Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9273 EVT ShiftSVT = ShiftVT.getScalarType(); in visitSRA() local
9283 ShiftValues.push_back(DAG.getConstant(ShiftSum, DL, ShiftSVT)); in visitSRA()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13675 MVT ShiftSVT = MVT::getIntegerVT(ScalarSizeInBits * Scale); in matchShuffleAsShift() local
13677 : MVT::getVectorVT(ShiftSVT, Size / Scale); in matchShuffleAsShift()