Function llvm_sys::core::LLVMIsTailCall
source · pub unsafe extern "C" fn LLVMIsTailCall(
CallInst: LLVMValueRef
) -> LLVMBool
Expand description
Get whether a call instruction is a tail call.
pub unsafe extern "C" fn LLVMIsTailCall(
CallInst: LLVMValueRef
) -> LLVMBool
Get whether a call instruction is a tail call.