Searched refs:LLVMIsDeclaration (Results 1 – 4 of 4) sorted by relevance
710 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()723 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()
117 assert(LLVMIsDeclaration(function)); in lp_declare_intrinsic_with_type()
2171 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
1824 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function