Searched refs:LLVMCountIncoming (Results 1 – 5 of 5) sorted by relevance
696 unsigned IncomingCount = LLVMCountIncoming(Src); in CloneInstruction()
3512 unsigned LLVMCountIncoming(LLVMValueRef PhiNode);
1616 for (I = LLVMCountIncoming(PhiNode); I != 0;) { in llvm_incoming()
1296 func (v Value) IncomingCount() int { return int(C.LLVMCountIncoming(v.C)) }
3005 unsigned LLVMCountIncoming(LLVMValueRef PhiNode) { in LLVMCountIncoming() function