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