Home
last modified time | relevance | path

Searched defs:VPIteration (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h177 struct VPIteration { struct
183 VPIteration(unsigned Part, unsigned Lane, argument
187 VPIteration(unsigned Part, const VPLane &Lane) : Part(Part), Lane(Lane) {} in VPIteration() function
208 Optional<VPIteration> Instance; argument