Searched refs:LLVMConstBitCast (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 443 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0)); in lp_build_const_string()
|
D | lp_bld_gather.c | 371 mask = LLVMConstBitCast(mask, src_vec_type); in lp_build_gather_avx2()
|
D | lp_bld_arit.c | 1782 one = LLVMConstBitCast(bld->one, int_type); in lp_build_sgn() 3340 LLVMValueRef one = LLVMConstBitCast(bld->one, bld->int_vec_type); in lp_build_extract_mantissa() 3420 LLVMValueRef one = LLVMConstBitCast(bld->one, int_vec_type); in lp_build_log2_approx()
|
D | lp_bld_tgsi_soa.c | 3011 imms[i] = LLVMConstBitCast(tmp, bld_base->base.vec_type); in lp_emit_immediate_soa() 3018 imms[i] = LLVMConstBitCast(tmp, bld_base->base.vec_type); in lp_emit_immediate_soa()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 2119 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 1716 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstBitCast() function
|