Searched refs:LLVMGetInstructionOpcode (Results 1 – 5 of 5) sorted by relevance
417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))586 library.LLVMGetInstructionOpcode.argtypes = [Instruction]587 library.LLVMGetInstructionOpcode.restype = c_uint
523 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()1397 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
2341 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
2026 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function
835 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }