Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6382 unsigned ClampSize = NarrowTy.getScalarSizeInBits(); in narrowScalarFLDEXP() local
6385 auto MinExp = B.buildConstant(ExpTy, minIntN(ClampSize)); in narrowScalarFLDEXP()
6387 auto MaxExp = B.buildConstant(ExpTy, maxIntN(ClampSize)); in narrowScalarFLDEXP()