Searched refs:VecCondTy (Results 1 – 1 of 1) sorted by relevance
1043 FixedVectorType *VecCondTy = dyn_cast_or_null<FixedVectorType>(CondTy); in getCmpSelInstrCost() local1044 if (!VecCondTy) in getCmpSelInstrCost()1045 VecCondTy = cast<FixedVectorType>(CmpInst::makeCmpResultType(VecValTy)); in getCmpSelInstrCost()1053 BaseT::getScalarizationOverhead(VecCondTy, /*Insert*/ true, in getCmpSelInstrCost()1057 VecCondTy->getScalarType(), VecPred, in getCmpSelInstrCost()1071 BaseT::getScalarizationOverhead(VecCondTy, /*Insert*/ true, in getCmpSelInstrCost()