Home
last modified time | relevance | path

Searched refs:LLVMCountIncoming (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm-c/
DCore.h2465 unsigned LLVMCountIncoming(LLVMValueRef PhiNode);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1408 for (I = LLVMCountIncoming(PhiNode); I != 0; ) { in llvm_incoming()
/external/llvm/lib/IR/
DCore.cpp1944 unsigned LLVMCountIncoming(LLVMValueRef PhiNode) { in LLVMCountIncoming() function