Searched refs:LLVMCountIncoming (Results 1 – 13 of 13) sorted by relevance
600 unsigned IncomingCount = LLVMCountIncoming(Src); in CloneInstruction()
620 unsigned IncomingCount = LLVMCountIncoming(Src); in CloneInstruction()
819 unsigned LLVMCountIncoming(LLVMValueRef PhiNode);
2812 unsigned LLVMCountIncoming(LLVMValueRef PhiNode);
3045 unsigned LLVMCountIncoming(LLVMValueRef PhiNode);
1246 for (I = LLVMCountIncoming(PhiNode); I != 0; ) { in llvm_incoming()
1603 for (I = LLVMCountIncoming(PhiNode); I != 0; ) { in llvm_incoming()
1682 for (I = LLVMCountIncoming(PhiNode); I != 0; ) { in llvm_incoming()
1668 unsigned LLVMCountIncoming(LLVMValueRef PhiNode) { in LLVMCountIncoming() function
2335 unsigned LLVMCountIncoming(LLVMValueRef PhiNode) { in LLVMCountIncoming() function
1177 func (v Value) IncomingCount() int { return int(C.LLVMCountIncoming(v.C)) }
1230 func (v Value) IncomingCount() int { return int(C.LLVMCountIncoming(v.C)) }
2565 unsigned LLVMCountIncoming(LLVMValueRef PhiNode) { in LLVMCountIncoming() function