Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp434 static unsigned getFloatingPointWidth(mlir::Type t) { in getFloatingPointWidth() function in FunctionDistance
458 return getFloatingPointWidth(from) > getFloatingPointWidth(to) in conversionBetweenTypes()
464 return getFloatingPointWidth(fromCplxTy) > in conversionBetweenTypes()
465 getFloatingPointWidth(toCplxTy) in conversionBetweenTypes()