Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3100 Value *Broadcasted; in widenPHIInstruction() local
3104 Broadcasted = Builder.CreateTrunc(Induction, PhiTy); in widenPHIInstruction()
3111 Broadcasted = II.transform(Builder, NormalizedIdx); in widenPHIInstruction()
3112 Broadcasted->setName("offset.idx"); in widenPHIInstruction()
3114 Broadcasted = getBroadcastInstrs(Broadcasted); in widenPHIInstruction()
3118 Entry[part] = getStepVector(Broadcasted, VF * part, II.StepValue); in widenPHIInstruction()
3286 Value *Broadcasted = getBroadcastInstrs(ScalarCast); in vectorizeBlockInLoop() local
3292 Entry[Part] = getStepVector(Broadcasted, VF * Part, Step); in vectorizeBlockInLoop()