Searched refs:LLVMIsDeclaration (Results 1 – 4 of 4) sorted by relevance
677 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()690 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()
123 assert(LLVMIsDeclaration(function)); in lp_declare_intrinsic()
2171 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
1824 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function