Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9699 unsigned ExtIndex0 = Op0.getConstantOperandVal(1); in isHopBuildVector() local
9703 if (ExpectedIndex == ExtIndex0 && ExtIndex1 == ExtIndex0 + 1) in isHopBuildVector()
9712 if (ExpectedIndex == ExtIndex1 && ExtIndex0 == ExtIndex1 + 1) in isHopBuildVector()
13602 const APInt &ExtIndex0 = N0.getConstantOperandAPInt(1); in lowerShuffleOfExtractsAsVperm() local
13604 if (ExtIndex1 == 0 && ExtIndex0 == NumElts) in lowerShuffleOfExtractsAsVperm()
13606 else if (ExtIndex0 != 0 || ExtIndex1 != NumElts) in lowerShuffleOfExtractsAsVperm()