Home
last modified time | relevance | path

Searched refs:numOperands (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DFormula.cpp23 assert(Operands.size() == numOperands(K)); in create()
25 assert(numOperands(K) == 0); in create()
65 switch (numOperands(kind())) { in print()
/src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DFormula.h84 numOperands(kind())); in operands()
103 static unsigned numOperands(Kind K) { in numOperands() function
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp55 unsigned numOperands = MI.getNumOperands(); in EmitProgramInfoR600() local
56 for (unsigned op_idx = 0; op_idx < numOperands; op_idx++) { in EmitProgramInfoR600()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp450 unsigned numOperands = OperandList.size(); in emitInstructionSpecifier() local
456 assert(numOperands <= X86_MAX_OPERANDS && in emitInstructionSpecifier()
459 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) { in emitInstructionSpecifier()
/src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1415 const unsigned numOperands = N->getNumOperands(); in LLVMGetMDNodeOperands() local
1417 for (unsigned i = 0; i < numOperands; i++) in LLVMGetMDNodeOperands()