Searched refs:ScalarRetTy (Results 1 – 2 of 2) sorted by relevance
533 Type *ScalarRetTy = RetTy; in getIntrinsicInstrCost() local537 ScalarRetTy = RetTy->getScalarType(); in getIntrinsicInstrCost()553 IID, ScalarRetTy, ScalarTys); in getIntrinsicInstrCost()
2669 Type *ScalarRetTy = CI->getType(); in getVectorCallCost() local2678 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost()2683 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost()