Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1671 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1674 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1742 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1743 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1539 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1542 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1610 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1611 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()