Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp360 struct ReductionDescriptor { struct in __anonbb4144750111::LoopVectorizationLegality
361 ReductionDescriptor() : StartValue(0), LoopExitInstr(0), in ReductionDescriptor() function
364 ReductionDescriptor(Value *Start, Instruction *Exit, ReductionKind K) in ReductionDescriptor() argument
369 Value *StartValue;
371 Instruction *LoopExitInstr;
373 ReductionKind Kind;