Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1726 Type *RHSMinType = in visitFPTrunc() local
1730 unsigned RHSWidth = RHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1800 LHS = Builder.CreateFPTrunc(BO->getOperand(0), RHSMinType); in visitFPTrunc()
1801 RHS = Builder.CreateFPTrunc(BO->getOperand(1), RHSMinType); in visitFPTrunc()