Home
last modified time | relevance | path

Searched refs:LLVMConstBitCast (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1134 return LLVMConstBitCast(GlobalVar, LLVMPointerType(Ty, 0)); in DEFINE_ITERATORS()
1147 return LLVMConstBitCast(GlobalVar, in llvm_declare_qualified_global()
1266 return LLVMConstBitCast(Fn, LLVMPointerType(Ty, 0)); in DEFINE_ITERATORS()
H A Dllvm.ml676 external const_bitcast : llvalue -> lltype -> llvalue = "LLVMConstBitCast"
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp389 return LLVMConstBitCast(clone_constant(LLVMGetOperand(Cst, 0), M), in clone_constant_impl()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2222 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1734 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstBitCast() function