Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1351 static unsigned getFloatingPointWidth(mlir::Type t) { in getFloatingPointWidth() function in FunctionDistance
1376 return getFloatingPointWidth(from) > getFloatingPointWidth(to) in conversionBetweenTypes()
1383 return getFloatingPointWidth(fromCplxTy) > in conversionBetweenTypes()
1384 getFloatingPointWidth(toCplxTy) in conversionBetweenTypes()