Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1575 unsigned numInstructions = Opcodes.size(); in filterProcessor() local
1577 assert(numInstructions && "Filter created with no instructions"); in filterProcessor()
1580 if (numInstructions == 1) in filterProcessor()
1586 assert(numInstructions == 3); in filterProcessor()
/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1748 unsigned numInstructions() { return NumInstructions; } in numInstructions() function