reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 6513     Type *VecTy = VectorType::get(ScalarTy, ReduxWidth);
 6552           TTI->getArithmeticInstrCost(ReductionData.getOpcode(), ScalarTy);
 6559           TTI->getCmpSelInstrCost(ReductionData.getOpcode(), ScalarTy) +
 6560           TTI->getCmpSelInstrCost(Instruction::Select, ScalarTy,
 6561                                   CmpInst::makeCmpResultType(ScalarTy));