Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1700 static bool isKnownExactCastIntToFP(CastInst &I) { in isKnownExactCastIntToFP() function
1917 if (isKnownExactCastIntToFP(*FPCast)) in visitFPTrunc()
1931 if (isKnownExactCastIntToFP(*FPCast)) in visitFPExt()
1958 if (!isKnownExactCastIntToFP(*OpI)) { in foldItoFPtoI()