Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1723 static bool isKnownExactCastIntToFP(CastInst &I, InstCombinerImpl &IC) { in isKnownExactCastIntToFP() function
1947 if (isKnownExactCastIntToFP(*FPCast, *this)) in visitFPTrunc()
1961 if (isKnownExactCastIntToFP(*FPCast, *this)) in visitFPExt()
1988 if (!isKnownExactCastIntToFP(*OpI, *this)) { in foldItoFPtoI()