Searched refs:ScalarRetTy (Results 1 – 3 of 3) sorted by relevance
149 Type *ScalarRetTy = II->getType()->getScalarType(); in replaceWithCallToVeclib() local151 FunctionType::get(ScalarRetTy, ScalarArgTypes, /*isVarArg*/ false); in replaceWithCallToVeclib()
1938 Type *ScalarRetTy = RetTy; in getTypeBasedIntrinsicInstrCost() local1945 ScalarRetTy = RetTy->getScalarType(); in getTypeBasedIntrinsicInstrCost()1962 IntrinsicCostAttributes ScalarAttrs(IID, ScalarRetTy, ScalarTys, FMF); in getTypeBasedIntrinsicInstrCost()
6176 Type *ScalarRetTy = CI->getType(); in setVectorizedCallDecision() local6183 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in setVectorizedCallDecision()6202 TTI.getCallInstrCost(ScalarFunc, ScalarRetTy, ScalarTys, CostKind); in setVectorizedCallDecision()