Searched refs:LLVMGetIntrinsicID (Results 1 – 4 of 4) sorted by relevance
1888 unsigned LLVMGetIntrinsicID(LLVMValueRef Fn);
1207 return Val_bool(LLVMGetIntrinsicID(Fn)); in llvm_is_intrinsic()
1684 unsigned LLVMGetIntrinsicID(LLVMValueRef Fn) { in LLVMGetIntrinsicID() function
1034 func (v Value) IntrinsicID() int { return int(C.LLVMGetIntrinsicID(v.C)) }