Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c454 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0)); in lp_build_const_string()
Dlp_bld_gather.c372 mask = LLVMConstBitCast(mask, src_vec_type); in lp_build_gather_avx2()
Dlp_bld_arit.c1823 one = LLVMConstBitCast(bld->one, int_type); in lp_build_sgn()
3330 LLVMValueRef one = LLVMConstBitCast(bld->one, bld->int_vec_type); in lp_build_extract_mantissa()
3409 LLVMValueRef one = LLVMConstBitCast(bld->one, int_vec_type); in lp_build_log2_approx()
Dlp_bld_tgsi_soa.c3005 imms[i] = LLVMConstBitCast(tmp, bld_base->base.vec_type); in lp_emit_immediate_soa()
3012 imms[i] = LLVMConstBitCast(tmp, bld_base->base.vec_type); in lp_emit_immediate_soa()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1210 return LLVMConstBitCast(GlobalVar, LLVMPointerType(Ty, 0)); in DEFINE_ITERATORS()
1223 return LLVMConstBitCast(GlobalVar, in llvm_declare_qualified_global()
1349 return LLVMConstBitCast(Fn, LLVMPointerType(Ty, 0)); in DEFINE_ITERATORS()
Dllvm.ml654 external const_bitcast : llvalue -> lltype -> llvalue = "LLVMConstBitCast"
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1101 return LLVMConstBitCast(GlobalVar, LLVMPointerType(Ty, 0)); in DEFINE_ITERATORS()
1114 return LLVMConstBitCast(GlobalVar, in llvm_declare_qualified_global()
1240 return LLVMConstBitCast(Fn, LLVMPointerType(Ty, 0)); in DEFINE_ITERATORS()
Dllvm.ml572 external const_bitcast : llvalue -> lltype -> llvalue = "LLVMConstBitCast"
/external/llvm/tools/llvm-c-test/
Decho.cpp329 return LLVMConstBitCast(clone_constant(LLVMGetOperand(Cst, 0), M), in clone_constant_impl()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp399 return LLVMConstBitCast(clone_constant(LLVMGetOperand(Cst, 0), M), in clone_constant_impl()
/external/llvm/include/llvm-c/
DCore.h1787 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/external/llvm-project/llvm/include/llvm-c/
DCore.h2156 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2119 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/external/llvm/lib/IR/
DCore.cpp1327 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstBitCast() function
/external/llvm/bindings/go/llvm/
Dir.go900 func ConstBitCast(v Value, t Type) (rv Value) { rv.C = C.LLVMConstBitCast(v.C, t.C); return }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go966 func ConstBitCast(v Value, t Type) (rv Value) { rv.C = C.LLVMConstBitCast(v.C, t.C); return }
/external/llvm-project/llvm/lib/IR/
DCore.cpp1749 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstBitCast() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1716 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstBitCast() function