Searched refs:VecCondTy (Results 1 – 1 of 1) sorted by relevance
1024 FixedVectorType *VecCondTy = dyn_cast_or_null<FixedVectorType>(CondTy); in getCmpSelInstrCost() local1025 if (!VecCondTy) in getCmpSelInstrCost()1026 VecCondTy = cast<FixedVectorType>(CmpInst::makeCmpResultType(VecValTy)); in getCmpSelInstrCost()1034 BaseT::getScalarizationOverhead(VecCondTy, /*Insert*/ true, in getCmpSelInstrCost()1038 VecCondTy->getScalarType(), VecPred, in getCmpSelInstrCost()1052 BaseT::getScalarizationOverhead(VecCondTy, /*Insert*/ true, in getCmpSelInstrCost()