Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DBuilders.cpp58 IntegerType Builder::getIntegerType(unsigned width) { in getIntegerType() function in Builder
62 IntegerType Builder::getIntegerType(unsigned width, bool isSigned) { in getIntegerType() function in Builder
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp412 Type getIntegerType(unsigned width) { in getIntegerType() function in __anon9c47bb970311::RegionBuilderHelper
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3806 QualType getIntegerType() const { in getIntegerType() function