Home
last modified time | relevance | path

Searched refs:LLVMConstAdd (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm-c/
DCore.h1636 LLVMValueRef LLVMConstAdd(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant);
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml491 external const_add : llvalue -> llvalue -> llvalue = "LLVMConstAdd"
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c332 res = LLVMConstAdd(a, b); in lp_build_add()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c332 res = LLVMConstAdd(a, b); in lp_build_add()
/external/llvm/lib/IR/
DCore.cpp875 LLVMValueRef LLVMConstAdd(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) { in LLVMConstAdd() function