Searched refs:AddCost (Results 1 – 1 of 1) sorted by relevance
533 int AddCost = getArithmeticInstrCost(Instruction::Add, Ty, Opd1Info, in getArithmeticInstrCost() local541 return MulCost * 2 + AddCost * 2 + ShrCost * 2 + 1; in getArithmeticInstrCost()