Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1507 static Type *getMinimumFPType(Value *V) { in getMinimumFPType() function
1539 Type *LHSMinType = getMinimumFPType(OpI->getOperand(0)); in visitFPTrunc()
1540 Type *RHSMinType = getMinimumFPType(OpI->getOperand(1)); in visitFPTrunc()