Searched refs:SumTy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2216 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost() local 2227 Cost += thisT()->getArithmeticInstrCost(Opcode, SumTy, CostKind); in getTypeBasedIntrinsicInstrCost() 2229 Instruction::ICmp, SumTy, OverflowTy, in getTypeBasedIntrinsicInstrCost() 2237 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost() local 2247 Cost += thisT()->getArithmeticInstrCost(Opcode, SumTy, CostKind); in getTypeBasedIntrinsicInstrCost() 2249 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy, OverflowTy, in getTypeBasedIntrinsicInstrCost()
|