Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp73 return LLVMGetValueKind(v) == LLVMFunctionValueKind; in ac_llvm_is_function()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp616 return LLVMGetValueKind(v) == LLVMFunctionValueKind; in lp_is_function()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1630 LLVMValueKind LLVMGetValueKind(LLVMValueRef Val);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp808 LLVMValueKind LLVMGetValueKind(LLVMValueRef Val) { in LLVMGetValueKind() function