Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5887 Instruction *ExtraExtOp = (Op0Ty != LargestOpTy) ? Op0 : Op1; in getReductionPatternCost() local
5889 ExtraExtOp->getOpcode(), ExtType, in getReductionPatternCost()
5890 VectorType::get(ExtraExtOp->getOperand(0)->getType(), VectorTy), in getReductionPatternCost()
5891 TTI::CastContextHint::None, CostKind, ExtraExtOp); in getReductionPatternCost()