Home
last modified time | relevance | path

Searched refs:LLVMBuildIntCast (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c423 val = LLVMBuildIntCast(fn->builder, val, dtype, name); in value_to_ivalue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3872 LLVMValueRef LLVMBuildIntCast(LLVMBuilderRef, LLVMValueRef Val, /*Signed cast!*/
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2814 src_mask[i] = LLVMBuildIntCast(builder, src_mask[i], in generate_unswizzled_blend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3806 LLVMValueRef LLVMBuildIntCast(LLVMBuilderRef B, LLVMValueRef Val, in LLVMBuildIntCast() function