Searched refs:LHSMinType (Results 1 – 1 of 1) sorted by relevance
1784 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local1787 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()1855 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()1856 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()