Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10441 unsigned ExtIndex1 = Op1.getConstantOperandVal(1); in isHopBuildVector() local
10444 if (ExpectedIndex == ExtIndex0 && ExtIndex1 == ExtIndex0 + 1) in isHopBuildVector()
10453 if (ExpectedIndex == ExtIndex1 && ExtIndex0 == ExtIndex1 + 1) in isHopBuildVector()
14420 const APInt &ExtIndex1 = N1.getConstantOperandAPInt(1); in lowerShuffleOfExtractsAsVperm() local
14421 if (ExtIndex1 == 0 && ExtIndex0 == NumElts) in lowerShuffleOfExtractsAsVperm()
14423 else if (ExtIndex0 != 0 || ExtIndex1 != NumElts) in lowerShuffleOfExtractsAsVperm()