Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp619 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