Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c443 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0)); in lp_build_const_string()
Dlp_bld_gather.c371 mask = LLVMConstBitCast(mask, src_vec_type); in lp_build_gather_avx2()
Dlp_bld_arit.c1782 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()
Dlp_bld_tgsi_soa.c3011 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/
DCore.h2119 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1716 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstBitCast() function