Searched refs:AddCost (Results 1 – 2 of 2) sorted by relevance
1933 InstructionCost AddCost = ArithCost(Instruction::Add, NumTerms - 1, in costAndCollectOperands() local1938 Cost = AddCost + MulCost; in costAndCollectOperands()
615 InstructionCost AddCost = in getIntrinsicInstrCost() local617 Cost += AddCost * (LT.first - 1); in getIntrinsicInstrCost()3084 InstructionCost AddCost = getArithmeticInstrCost( in getArithmeticInstrCost() local3088 return MulCost * 2 + AddCost * 2 + ShrCost * 2 + 1; in getArithmeticInstrCost()