Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Utils/
H A DQuantizeUtils.cpp49 for (APFloat realVal : realFPElementsAttr) { in convertDenseFPElementsAttr() local
50 quantValues.push_back(converter.quantizeFloatToInt(realVal)); in convertDenseFPElementsAttr()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp1522 auto realVal = in genRawLit() local
1524 val = builder.getFloatAttr(inInitializer->rawType, realVal); in genRawLit()