Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3134 Value *SclrGep = II.transform(Builder, GlobalIdx); in widenPHIInstruction() local
3135 SclrGep->setName("next.gep"); in widenPHIInstruction()
3136 Entry[part] = SclrGep; in widenPHIInstruction()
3145 Value *SclrGep = II.transform(Builder, GlobalIdx); in widenPHIInstruction() local
3146 SclrGep->setName("next.gep"); in widenPHIInstruction()
3147 VecVal = Builder.CreateInsertElement(VecVal, SclrGep, in widenPHIInstruction()