Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2468 Value *GepOperand = Gep->getOperand(i); in vectorizeMemoryInstruction() local
2469 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()