Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1580 int PowDiff = (int)Log2_32(DstLT.second.getScalarSizeInBits()) - in getCastInstrCost() local
1585 if ((PowDiff < 1) || (PowDiff > 3)) in getCastInstrCost()
1590 (ISD == ISD::SIGN_EXTEND) ? SExtOp[PowDiff - 1] : ZExtOp[PowDiff - 1]; in getCastInstrCost()