Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp932 int PowDiff = (int)Log2_32(Dst->getScalarSizeInBits()) - in getCastInstrCost() local
958 return std::abs(PowDiff); in getCastInstrCost()
977 if (std::abs(PowDiff) <= 1) in getCastInstrCost()
984 return std::abs(PowDiff); in getCastInstrCost()