Searched refs:NextS (Results 1 – 1 of 1) sorted by relevance
17296 InstructionsState NextS = getSameOpcode(ReducedVals[I + 1], TLI); in tryToReduce() local17297 if (NextS.getOpcode() == Instruction::ExtractElement && in tryToReduce()17298 !NextS.isAltShuffle()) { in tryToReduce()17306 if (!NextS.getOpcode() || !NextS.isOpcodeOrAlt(Inst)) in tryToReduce()