Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30470 MVT WideSVT = MVT::getIntegerVT( in LowerFunnelShift() local
30472 MVT WideVT = MVT::getVectorVT(WideSVT, NumElts); in LowerFunnelShift()
38680 EVT WideSVT = WideInputs[0].getValueType().getScalarType(); in combineX86ShuffleChainWithExtract() local
38681 if (llvm::any_of(WideInputs, [&WideSVT, &DAG](SDValue Op) { in combineX86ShuffleChainWithExtract()
38683 Op.getValueType().getScalarType() != WideSVT; in combineX86ShuffleChainWithExtract()