Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Decho.cpp600 unsigned IncomingCount = LLVMCountIncoming(Src); in CloneInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp620 unsigned IncomingCount = LLVMCountIncoming(Src); in CloneInstruction()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h819 unsigned LLVMCountIncoming(LLVMValueRef PhiNode);
/external/llvm/include/llvm-c/
DCore.h2812 unsigned LLVMCountIncoming(LLVMValueRef PhiNode);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3045 unsigned LLVMCountIncoming(LLVMValueRef PhiNode);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1246 for (I = LLVMCountIncoming(PhiNode); I != 0; ) { in llvm_incoming()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1682 for (I = LLVMCountIncoming(PhiNode); I != 0; ) { in llvm_incoming()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1603 for (I = LLVMCountIncoming(PhiNode); I != 0; ) { in llvm_incoming()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1668 unsigned LLVMCountIncoming(LLVMValueRef PhiNode) { in LLVMCountIncoming() function
/external/llvm/lib/IR/
DCore.cpp2335 unsigned LLVMCountIncoming(LLVMValueRef PhiNode) { in LLVMCountIncoming() function
/external/llvm/bindings/go/llvm/
Dir.go1177 func (v Value) IncomingCount() int { return int(C.LLVMCountIncoming(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1230 func (v Value) IncomingCount() int { return int(C.LLVMCountIncoming(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2565 unsigned LLVMCountIncoming(LLVMValueRef PhiNode) { in LLVMCountIncoming() function