LLVMIsTailCall

Obtain whether a call instruction is a tail call.

This only works on llvm::CallInst instructions.

@see llvm::CallInst::isTailCall()

extern (C) nothrow
LLVMBool
LLVMIsTailCall
(
LLVMValueRef CallInst
)

Meta