Searched refs:ShrCost (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp579 int ShrCost = getArithmeticInstrCost(Instruction::AShr, Ty, CostKind, local
583 return MulCost * 2 + AddCost * 2 + ShrCost * 2 + 1;

Completed in 39 milliseconds