Searched refs:LLVMConstNot (Results 1 – 12 of 12) sorted by relevance
614 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal);
1741 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal);
1929 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal);
528 external const_not : llvalue -> llvalue = "LLVMConstNot"
426 external const_not : llvalue -> llvalue = "LLVMConstNot"
596 external const_not : llvalue -> llvalue = "LLVMConstNot"
713 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal) { in LLVMConstNot() function
511 return LLVMConstNot(a); in lp_build_comp()
1105 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal) { in LLVMConstNot() function
842 func ConstNot(v Value) (rv Value) { rv.C = C.LLVMConstNot(v.C); return }
870 func ConstNot(v Value) (rv Value) { rv.C = C.LLVMConstNot(v.C); return }
1296 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal) { in LLVMConstNot() function