Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31066 MVT WideSVT = MVT::getIntegerVT( in LowerFunnelShift() local
31068 MVT WideVT = MVT::getVectorVT(WideSVT, NumElts); in LowerFunnelShift()
39738 EVT WideSVT = WideInputs[0].getValueType().getScalarType(); in combineX86ShuffleChainWithExtract() local
39739 if (llvm::any_of(WideInputs, [&WideSVT, &DAG](SDValue Op) { in combineX86ShuffleChainWithExtract()
39741 Op.getValueType().getScalarType() != WideSVT; in combineX86ShuffleChainWithExtract()