Searched refs:RHSMinType (Results 1 – 1 of 1) sorted by relevance
1755 Type *RHSMinType = getMinimumFPType(BO->getOperand(1)); in visitFPTrunc() local1758 unsigned RHSWidth = RHSMinType->getFPMantissaWidth(); in visitFPTrunc()1828 LHS = Builder.CreateFPTrunc(BO->getOperand(0), RHSMinType); in visitFPTrunc()1829 RHS = Builder.CreateFPTrunc(BO->getOperand(1), RHSMinType); in visitFPTrunc()