Home
last modified time | relevance | path

Searched refs:PatternLastInst (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp647 IsReduction(IsRedux), PatternLastInst(I), MinMaxKind(MRK_Invalid) {} in ReductionInstDesc()
650 IsReduction(true), PatternLastInst(I), MinMaxKind(K) {} in ReductionInstDesc()
656 Instruction *PatternLastInst; member