Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50602 SDValue InVecBC = peekThroughBitcasts(InVec); in combineExtractSubvector() local
50610 InSizeInBits == 256 && InVecBC.getOpcode() == ISD::AND) { in combineExtractSubvector()
50618 if (isConcatenatedNot(InVecBC.getOperand(0)) || in combineExtractSubvector()
50619 isConcatenatedNot(InVecBC.getOperand(1))) { in combineExtractSubvector()
50621 SDValue Concat = splitVectorIntBinary(InVecBC, DAG); in combineExtractSubvector()
50682 if (getTargetShuffleInputs(InVecBC, ShuffleInputs, ShuffleMask, DAG) && in combineExtractSubvector()