Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h189 struct VPIteration { struct
195 VPIteration(unsigned Part, unsigned Lane, argument
199 VPIteration(unsigned Part, const VPLane &Lane) : Part(Part), Lane(Lane) {} in VPIteration() function
220 std::optional<VPIteration> Instance; argument