Searched refs:RHSMinType (Results 1 – 1 of 1) sorted by relevance
1509 Type *RHSMinType = getMinimumFPType(OpI->getOperand(1)); in visitFPTrunc() local1512 unsigned RHSWidth = RHSMinType->getFPMantissaWidth(); in visitFPTrunc()1582 LHS = Builder.CreateFPTrunc(OpI->getOperand(0), RHSMinType); in visitFPTrunc()1583 RHS = Builder.CreateFPTrunc(OpI->getOperand(1), RHSMinType); in visitFPTrunc()