Searched refs:CmpOpTy (Results 1 – 1 of 1) sorted by relevance
759 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); in getBoolVecToIntConversionCost() local760 if (CmpOpTy != nullptr) in getBoolVecToIntConversionCost()761 Cost = getVectorBitmaskConversionCost(CmpOpTy, Dst); in getBoolVecToIntConversionCost()813 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I) : nullptr); in getCastInstrCost() local814 if (CmpOpTy != nullptr && CmpOpTy->isFloatingPointTy()) in getCastInstrCost()1035 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); in getCmpSelInstrCost() local1036 if (CmpOpTy != nullptr) in getCmpSelInstrCost()1038 getVectorBitmaskConversionCost(CmpOpTy, ValTy); in getCmpSelInstrCost()