Lines Matching defs:Ty
52 InstructionCost getIntImmCost(const APInt &Imm, Type *Ty,
54 assert(Ty->isIntegerTy());
55 unsigned BitSize = Ty->getPrimitiveSizeInBits();
81 const APInt &Imm, Type *Ty,
84 return getIntImmCost(Imm, Ty, CostKind);
88 const APInt &Imm, Type *Ty,
90 return getIntImmCost(Imm, Ty, CostKind);
94 unsigned Opcode, Type *Ty, TTI::TargetCostKind CostKind,
102 return BaseT::getArithmeticInstrCost(Opcode, Ty, CostKind, Op1Info,
113 return 64 * BaseT::getArithmeticInstrCost(Opcode, Ty, CostKind, Op1Info,