Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1607 static Type *getMinimumFPType(Value *V) { in getMinimumFPType() function
1689 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc()
1690 Type *RHSMinType = getMinimumFPType(BO->getOperand(1)); in visitFPTrunc()