Searched defs:ReductionDescriptor (Results 1 – 1 of 1) sorted by relevance
625 struct ReductionDescriptor { struct in __anond293faa00111::LoopVectorizationLegality626 ReductionDescriptor() : StartValue(nullptr), LoopExitInstr(nullptr), in ReductionDescriptor() argument629 ReductionDescriptor(Value *Start, Instruction *Exit, ReductionKind K, in ReductionDescriptor() function635 TrackingVH<Value> StartValue;637 Instruction *LoopExitInstr;639 ReductionKind Kind;641 MinMaxReductionKind MinMaxKind;