Home
last modified time | relevance | path

Searched refs:LLVMBuildCast (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c873 target = LLVMBuildCast(fn->builder, op, src, dtype, target_name); in output_op_ptrcast()
907 target = LLVMBuildCast(fn->builder, op, src, dtype, target_name); in output_op_cast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3861 LLVMValueRef LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3788 LLVMValueRef LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val, in LLVMBuildCast() function