Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Dcalc.c63 stack[depth - 2] = LLVMBuildBinOp(builder, op_to_opcode(tok), in build_from_tokens()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h3877 LLVMValueRef LLVMBuildBinOp(LLVMBuilderRef B, LLVMOpcode Op,
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp3408 LLVMValueRef LLVMBuildBinOp(LLVMBuilderRef B, LLVMOpcode Op, in LLVMBuildBinOp() function