Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1525 static bool isIntTypeUnsigned(mlir::Type type) { in isIntTypeUnsigned() function
1554 if (isIntTypeUnsigned(type)) { in matchAndRewrite()
1570 if (isIntTypeUnsigned(type)) { in matchAndRewrite()
1592 auto isUnsigned = isIntTypeUnsigned(type); in matchAndRewrite()
1603 auto isUnsigned = isIntTypeUnsigned(type); in matchAndRewrite()
1623 auto isUnsigned = isIntTypeUnsigned(type); in matchAndRewrite()