Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1772 Type *LHSMinType = in visitFPTrunc() local
1777 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1845 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1846 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()