Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1784 Type *RHSMinType = getMinimumFPType(BO->getOperand(1)); in visitFPTrunc() local
1787 unsigned RHSWidth = RHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1857 LHS = Builder.CreateFPTrunc(BO->getOperand(0), RHSMinType); in visitFPTrunc()
1858 RHS = Builder.CreateFPTrunc(BO->getOperand(1), RHSMinType); in visitFPTrunc()