Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1735 int DestNumSigBits = FPTy->getFPMantissaWidth(); in isKnownExactCastIntToFP() local
1736 if (SrcSize <= DestNumSigBits) in isKnownExactCastIntToFP()
1752 if (SrcNumSigBits > 0 && DestNumSigBits > 0 && in isKnownExactCastIntToFP()
1753 SrcNumSigBits <= DestNumSigBits) in isKnownExactCastIntToFP()
1764 if (SigBits <= DestNumSigBits) in isKnownExactCastIntToFP()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp694 unsigned DestNumSigBits = UseInst->getType()->getFPMantissaWidth(); in replaceFloatIVWithIntegerIV() local
695 if (MaskBits <= DestNumSigBits) { in replaceFloatIVWithIntegerIV()