Searched refs:LLVMCountIncoming (Results 1 – 3 of 3) sorted by relevance
2465 unsigned LLVMCountIncoming(LLVMValueRef PhiNode);
1408 for (I = LLVMCountIncoming(PhiNode); I != 0; ) { in llvm_incoming()
1944 unsigned LLVMCountIncoming(LLVMValueRef PhiNode) { in LLVMCountIncoming() function