Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1683 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1686 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1754 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1755 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()