Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-c-test/
H A Dcalc.c26 static LLVMOpcode op_to_opcode(char op) { in op_to_opcode()
/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h252 } LLVMOpcode; typedef
1670 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal);
2408 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
2725 LLVMValueRef LLVMBuildBinOp(LLVMBuilderRef B, LLVMOpcode Op,
2795 LLVMValueRef LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val,
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp951 static LLVMOpcode map_to_llvmopcode(int opcode) in map_to_llvmopcode()
961 static int map_from_llvmopcode(LLVMOpcode code) in map_from_llvmopcode()
973 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) { in LLVMGetConstOpcode()
2002 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode()
2005 return (LLVMOpcode)0; in LLVMGetInstructionOpcode()
2403 LLVMValueRef LLVMBuildBinOp(LLVMBuilderRef B, LLVMOpcode Op, in LLVMBuildBinOp()
2633 LLVMValueRef LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val, in LLVMBuildCast()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go62 Opcode C.LLVMOpcode
1407 v.C = C.LLVMBuildBinOp(b.C, C.LLVMOpcode(op), lhs.C, rhs.C, cname)
1612 v.C = C.LLVMBuildCast(b.C, C.LLVMOpcode(op), val.C, t.C, cname)
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1383 LLVMOpcode o; in DEFINE_ITERATORS()