Searched refs:LoopExitInstDef (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3871 VPValue *LoopExitInstDef = PhiR->getBackedgeValue(); in fixReduction() local 3873 Type *VecTy = State.get(LoopExitInstDef, 0)->getType(); in fixReduction() 3897 Value *VecLoopExitInst = State.get(LoopExitInstDef, Part); in fixReduction() 3907 State.reset(LoopExitInstDef, Sel, Part); in fixReduction() 3937 RdxParts[Part] = State.get(LoopExitInstDef, Part); in fixReduction() 3950 State.reset(LoopExitInstDef, RdxParts[Part], Part); in fixReduction() 3955 Value *ReducedPartRdx = State.get(LoopExitInstDef, 0); in fixReduction() 3967 ReducedPartRdx = State.get(LoopExitInstDef, UF - 1); in fixReduction() 3973 Value *RdxPart = State.get(LoopExitInstDef, Part); in fixReduction()
|