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

/openbsd-current/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp1355 unsigned OperandCount = LLVMGetNamedMetadataNumOperands(Src, Name); local
1357 safe_malloc(OperandCount * sizeof(LLVMValueRef)));
1359 for (unsigned i = 0, e = OperandCount; i != e; ++i) {

Completed in 77 milliseconds