Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1508 Type *LHSMinType = getMinimumFPType(OpI->getOperand(0)); in visitFPTrunc() local
1511 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()