Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp1353 unsigned OperandCount = LLVMGetNamedMetadataNumOperands(Src, Name); in clone_symbols() local
1355 safe_malloc(OperandCount * sizeof(LLVMValueRef))); in clone_symbols()
1357 for (unsigned i = 0, e = OperandCount; i != e; ++i) { in clone_symbols()