Searched refs:ScalarCalls (Results 1 – 1 of 1) sorted by relevance
1937 unsigned ScalarCalls = 1; in getTypeBasedIntrinsicInstrCost() local1943 ScalarCalls = std::max(ScalarCalls, in getTypeBasedIntrinsicInstrCost()1953 ScalarCalls = std::max(ScalarCalls, in getTypeBasedIntrinsicInstrCost()1959 if (ScalarCalls == 1) in getTypeBasedIntrinsicInstrCost()1966 return ScalarCalls * ScalarCost + ScalarizationCost; in getTypeBasedIntrinsicInstrCost()2386 unsigned ScalarCalls = cast<FixedVectorType>(RetVTy)->getNumElements(); in getTypeBasedIntrinsicInstrCost() local2401 ScalarCalls = std::max(ScalarCalls, in getTypeBasedIntrinsicInstrCost()2405 return ScalarCalls * ScalarCost + ScalarizationCost; in getTypeBasedIntrinsicInstrCost()