LLVMIsConstantString

Function LLVMIsConstantString 

Source
pub unsafe extern "C" fn LLVMIsConstantString(
    c: LLVMValueRef,
) -> LLVMBool
Expand description

Returns true if the specified constant is an array of i8.

@see ConstantDataSequential::getAsString()