Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h2239 unsigned LLVMCountIncoming(LLVMValueRef PhiNode);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1245 for (I = LLVMCountIncoming(PhiNode); I != 0; ) { in llvm_incoming()
/external/llvm/lib/VMCore/
DCore.cpp1698 unsigned LLVMCountIncoming(LLVMValueRef PhiNode) { in LLVMCountIncoming() function