Searched refs:VecCondTy (Results 1 – 1 of 1) sorted by relevance
1020 FixedVectorType *VecCondTy = dyn_cast_or_null<FixedVectorType>(CondTy); in getCmpSelInstrCost() local1021 if (!VecCondTy) in getCmpSelInstrCost()1022 VecCondTy = cast<FixedVectorType>(CmpInst::makeCmpResultType(VecValTy)); in getCmpSelInstrCost()1030 BaseT::getScalarizationOverhead(VecCondTy, /*Insert*/ true, in getCmpSelInstrCost()1034 VecCondTy->getScalarType(), VecPred, in getCmpSelInstrCost()1048 BaseT::getScalarizationOverhead(VecCondTy, /*Insert*/ true, in getCmpSelInstrCost()