Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1140 return LLVMConstBitCast(GlobalVar, LLVMPointerType(Ty, 0)); in DEFINE_ITERATORS()
1153 return LLVMConstBitCast(GlobalVar, in llvm_declare_qualified_global()
1277 return LLVMConstBitCast(Fn, LLVMPointerType(Ty, 0)); in DEFINE_ITERATORS()
H A Dllvm.ml677 external const_bitcast : llvalue -> lltype -> llvalue = "LLVMConstBitCast"
/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp387 return LLVMConstBitCast(clone_constant(LLVMGetOperand(Cst, 0), M), in clone_constant_impl()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h2212 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go956 func ConstBitCast(v Value, t Type) (rv Value) { rv.C = C.LLVMConstBitCast(v.C, t.C); return }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1746 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstBitCast() function