Searched refs:LoopExitInstDef (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4333 VPValue *LoopExitInstDef = State.Plan->getVPValue(LoopExitInst); in fixReduction() local 4335 Type *VecTy = State.get(LoopExitInstDef, 0)->getType(); in fixReduction() 4375 Value *VecLoopExitInst = State.get(LoopExitInstDef, Part); in fixReduction() 4385 State.reset(LoopExitInstDef, Sel, Part); in fixReduction() 4414 RdxParts[Part] = State.get(LoopExitInstDef, Part); in fixReduction() 4430 State.reset(LoopExitInstDef, RdxParts[Part], Part); in fixReduction() 4435 Value *ReducedPartRdx = State.get(LoopExitInstDef, 0); in fixReduction() 4447 ReducedPartRdx = State.get(LoopExitInstDef, UF - 1); in fixReduction() 4453 Value *RdxPart = State.get(LoopExitInstDef, Part); in fixReduction()
|