Searched refs:ScalarRetTy (Results 1 – 2 of 2) sorted by relevance
591 Type *ScalarRetTy = RetTy; in getIntrinsicInstrCost() local595 ScalarRetTy = RetTy->getScalarType(); in getIntrinsicInstrCost()611 IID, ScalarRetTy, ScalarTys); in getIntrinsicInstrCost()
3086 Type *ScalarRetTy = CI->getType(); in getVectorCallCost() local3095 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost()3100 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost()