| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ | 
| H A D | CodeGenTarget.h | 214   unsigned getNumOperands() const { return NumOperands; }  in getNumOperands()  function
 | 
| H A D | DAGISelMatcher.cpp | 104 unsigned CheckPredicateMatcher::getNumOperands() const {  in getNumOperands()  function in CheckPredicateMatcher
 | 
| H A D | CodeGenDAGPatterns.h | 465   int getNumOperands() const { return NumOperands; }  in getNumOperands()  function1035   unsigned getNumOperands() const { return Operands.size(); }  in getNumOperands()  function
 
 | 
| H A D | DAGISelMatcher.h | 1023   unsigned getNumOperands() const { return Operands.size(); }  in getNumOperands()  function
 | 
| H A D | GlobalISelEmitter.cpp | 2351   unsigned getNumOperands() const { return Operands.size(); }  in getNumOperands()  function in __anon8aabd5ea0111::InstructionMatcher2457 unsigned RuleMatcher::getNumOperands() const {  in getNumOperands()  function in __anon8aabd5ea0111::RuleMatcher
 2956   unsigned getNumOperands() const {  in getNumOperands()  function in __anon8aabd5ea0111::RenderComplexPatternOperand
 
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ | 
| H A D | User.h | 191   unsigned getNumOperands() const { return NumUserOperands; }  in getNumOperands()  function
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ | 
| H A D | ScalarEvolutionExpressions.h | 101   size_t getNumOperands() const { return 1; }  in getNumOperands()  function194   size_t getNumOperands() const { return NumOperands; }  in getNumOperands()  function
 301   size_t getNumOperands() const { return 2; }  in getNumOperands()  function
 
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ | 
| H A D | RegisterBankInfo.h | 233     unsigned getNumOperands() const { return NumOperands; }  in getNumOperands()  function
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ | 
| H A D | MCInst.h | 208   unsigned getNumOperands() const { return Operands.size(); }  in getNumOperands()  function
 | 
| H A D | MCInstrDesc.h | 237   unsigned getNumOperands() const { return NumOperands; }  in getNumOperands()  function
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ | 
| H A D | VPlanValue.h | 250   unsigned getNumOperands() const { return Operands.size(); }  in getNumOperands()  function
 | 
| H A D | SLPVectorizer.cpp | 1927     unsigned getNumOperands() const { return OpsVec.size(); }  in getNumOperands()  function in llvm::slpvectorizer::BoUpSLP::VLOperands2562     unsigned getNumOperands() const { return Operands.size(); }  in getNumOperands()  function
 
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ | 
| H A D | Record.h | 815   unsigned getNumOperands() const override { return 1; }  in getNumOperands()  function891   unsigned getNumOperands() const override { return 2; }  in getNumOperands()  function
 949   unsigned getNumOperands() const override { return 3; }  in getNumOperands()  function
 
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ | 
| H A D | GVNExpression.h | 179   unsigned getNumOperands() const { return NumOperands; }  in getNumOperands()  function
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/ | 
| H A D | Instruction.h | 559   unsigned getNumOperands() const { return Operands.size(); }  in getNumOperands()  function
 | 
| /openbsd-src/gnu/llvm/llvm/lib/IR/ | 
| H A D | Metadata.cpp | 1211 unsigned NamedMDNode::getNumOperands() const {  in getNumOperands()  function in NamedMDNode
 |