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