Searched refs:LHSMinType (Results 1 – 1 of 1) sorted by relevance
1508 Type *LHSMinType = getMinimumFPType(OpI->getOperand(0)); in visitFPTrunc() local1511 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()1579 LHS = Builder.CreateFPTrunc(OpI->getOperand(0), LHSMinType); in visitFPTrunc()1580 RHS = Builder.CreateFPTrunc(OpI->getOperand(1), LHSMinType); in visitFPTrunc()