reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1427 unsigned ExtSize = MulTy->getScalarSizeInBits() * 2; 1428 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); 1434 Cost += 2 * ConcreteTTI->getCastInstrCost(ExtOp, ExtTy, MulTy); 1437 2 * ConcreteTTI->getCastInstrCost(Instruction::Trunc, MulTy, ExtTy); 1438 Cost += ConcreteTTI->getArithmeticInstrCost(Instruction::LShr, MulTy, 1444 Instruction::AShr, MulTy, TTI::OK_AnyValue, 1447 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, MulTy,