Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h238 struct VPIteration { struct
244 VPIteration(unsigned Part, unsigned Lane, argument
248 VPIteration(unsigned Part, const VPLane &Lane) : Part(Part), Lane(Lane) {} in VPIteration() function
267 std::optional<VPIteration> Instance; argument