Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp858 int PowDiff = (int)Log2_32(Dst->getScalarSizeInBits()) - in getCastInstrCost() local
884 return std::abs(PowDiff); in getCastInstrCost()
903 if (std::abs(PowDiff) <= 1) in getCastInstrCost()
910 return std::abs(PowDiff); in getCastInstrCost()