Home
last modified time | relevance | path

Searched refs:PowDiff (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp282 int PowDiff = (int)Log2_32(Dst->getScalarSizeInBits()) - in getCastInstrCost() local
292 return std::abs(PowDiff); in getCastInstrCost()
297 if (std::abs(PowDiff) <= 1) in getCastInstrCost()
304 return std::abs(PowDiff); in getCastInstrCost()