Function rustc_codegen_llvm::llvm::LLVMBuildShl

source ·
pub unsafe extern "C" fn LLVMBuildShl<'a>(
    B: &Builder<'a>,
    LHS: &'a Value,
    RHS: &'a Value,
    Name: *const c_char
) -> &'a Value