Searched refs:GepOperand (Results 1 – 1 of 1) sorted by relevance
2468 Value *GepOperand = Gep->getOperand(i); in vectorizeMemoryInstruction() local2469 Instruction *GepOperandInst = dyn_cast<Instruction>(GepOperand); in vectorizeMemoryInstruction()2479 VectorParts &GEPParts = getVectorValue(GepOperand); in vectorizeMemoryInstruction()2484 Value *Index = ScalarIVMap.count(GepOperand) in vectorizeMemoryInstruction()2485 ? ScalarIVMap[GepOperand][0] in vectorizeMemoryInstruction()