Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1476 static Type *getMinimumFPType(Value *V) { in getMinimumFPType() function
1508 Type *LHSMinType = getMinimumFPType(OpI->getOperand(0)); in visitFPTrunc()
1509 Type *RHSMinType = getMinimumFPType(OpI->getOperand(1)); in visitFPTrunc()