Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDecoderEmitter.cpp1523 unsigned numInstructions = Opcodes.size(); in filterProcessor() local
1525 assert(numInstructions && "Filter created with no instructions"); in filterProcessor()
1528 if (numInstructions == 1) in filterProcessor()
1534 assert(numInstructions == 3); in filterProcessor()
1583 for (unsigned InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) { in filterProcessor()
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1739 unsigned numInstructions() { return NumInstructions; } in numInstructions() function