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.cpp1711 static bool isKnownExactCastIntToFP(CastInst &I, InstCombinerImpl &IC) { in isKnownExactCastIntToFP() function
1940 if (isKnownExactCastIntToFP(*FPCast, *this)) in visitFPTrunc()
1954 if (isKnownExactCastIntToFP(*FPCast, *this)) in visitFPExt()
1981 if (!isKnownExactCastIntToFP(*OpI, *this)) { in foldItoFPtoI()