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.cpp1724 Type *LHSMinType = in visitFPTrunc() local
1729 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1797 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1798 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()