Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp274 auto convfunc = in buildQTypeFromMinMax() local
310 narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
318 max[0], narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
330 return convfunc.convert(retType); in buildQTypeFromMinMax()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td1316 void convfunc(void) __attribute__((convergent));
1318 // void convfunc(void) [[clang::convergent]];