Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1509 Type *RHSMinType = getMinimumFPType(OpI->getOperand(1)); in visitFPTrunc() local
1512 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()