Home
last modified time | relevance | path

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

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