Home
last modified time | relevance | path

Searched refs:LLVMBuildTruncOrBitCast (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h3981 LLVMValueRef LLVMBuildTruncOrBitCast(LLVMBuilderRef, LLVMValueRef Val,
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c2148 return LLVMBuildTruncOrBitCast(Builder_val(B), X, Ty, String_val(Name)); in llvm_build_trunc_or_bitcast()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp3769 LLVMValueRef LLVMBuildTruncOrBitCast(LLVMBuilderRef B, LLVMValueRef Val, in LLVMBuildTruncOrBitCast() function