Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp626 IsReduction(IsRedux), PatternLastInst(I), MinMaxKind(MRK_Invalid) {} in ReductionInstDesc()
629 IsReduction(true), PatternLastInst(I), MinMaxKind(K) {} in ReductionInstDesc()
635 Instruction *PatternLastInst; member