Home
last modified time | relevance | path

Searched refs:LLVMValueIsBasicBlock (Results 1 – 8 of 8) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp673 if (!LLVMValueIsBasicBlock(V) || LLVMValueAsBasicBlock(V) != Src) in DeclareBB()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h761 LLVMBool LLVMValueIsBasicBlock(LLVMValueRef Val);
/external/llvm/include/llvm-c/
DCore.h2266 LLVMBool LLVMValueIsBasicBlock(LLVMValueRef Val);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1153 return Val_bool(LLVMValueIsBasicBlock(Val)); in llvm_value_is_block()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1440 return Val_bool(LLVMValueIsBasicBlock(Val)); in llvm_value_is_block()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1443 LLVMBool LLVMValueIsBasicBlock(LLVMValueRef Val) { in LLVMValueIsBasicBlock() function
/external/llvm/lib/IR/
DCore.cpp1988 LLVMBool LLVMValueIsBasicBlock(LLVMValueRef Val) { in LLVMValueIsBasicBlock() function
/external/llvm/bindings/go/llvm/
Dir.go1096 func (v Value) IsBasicBlock() bool { return C.LLVMValueIsBasicBlock(v.C) != 0 }