Searched refs:CmpOpTy (Results 1 – 1 of 1) sorted by relevance
641 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); in getCastInstrCost() local642 if (CmpOpTy != nullptr) in getCastInstrCost()643 Cost = getVectorBitmaskConversionCost(CmpOpTy, Dst); in getCastInstrCost()717 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I) : nullptr); in getCastInstrCost() local718 if (CmpOpTy != nullptr && CmpOpTy->isFloatingPointTy()) in getCastInstrCost()773 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); in getCmpSelInstrCost() local774 if (CmpOpTy != nullptr) in getCmpSelInstrCost()776 getVectorBitmaskConversionCost(CmpOpTy, ValTy); in getCmpSelInstrCost()