Home
last modified time | relevance | path

Searched defs:isSignedInteger (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DTypes.cpp49 bool Type::isSignedInteger() const { in isSignedInteger() function in Type
55 bool Type::isSignedInteger(unsigned width) const { in isSignedInteger() function in Type
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h224 bool isSignedInteger() const { in isSignedInteger() function
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6260 AST_MATCHER(QualType, isSignedInteger) { in AST_MATCHER() argument