Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1622 static bool isKnownExactCastIntToFP(CastInst &I, InstCombinerImpl &IC) { in isKnownExactCastIntToFP() function
1846 if (isKnownExactCastIntToFP(*FPCast, *this)) in visitFPTrunc()
1860 if (isKnownExactCastIntToFP(*FPCast, *this)) in visitFPExt()
1887 if (!isKnownExactCastIntToFP(*OpI, *this)) { in foldItoFPtoI()