Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1722 static bool isKnownExactCastIntToFP(CastInst &I, InstCombinerImpl &IC) { in isKnownExactCastIntToFP() function
1946 if (isKnownExactCastIntToFP(*FPCast, *this)) in visitFPTrunc()
1960 if (isKnownExactCastIntToFP(*FPCast, *this)) in visitFPExt()
1987 if (!isKnownExactCastIntToFP(*OpI, *this)) { in foldItoFPtoI()