Home
last modified time | relevance | path

Searched defs:numTypes (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/test/lib/Rewrite/
H A DTestPDLByteCode.cpp64 int numTypes = cast<IntegerAttr>(args[1].cast<Attribute>()).getInt(); in customTypeRangeResultConstraint() local
/llvm-project/clang/lib/Driver/
H A DTypes.cpp45 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID."); variable
/llvm-project/lld/COFF/
H A DDebugTypes.cpp1149 uint32_t numTypes = std::distance(entries.begin(), mid); mergeTypesWithGHash() local
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp1140 uint64_t numAttributes, numTypes; in initialize() local