Searched refs:LLVMGetInstructionOpcode (Results 1 – 4 of 4) sorted by relevance
417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))589 library.LLVMGetInstructionOpcode.argtypes = [Instruction]590 library.LLVMGetInstructionOpcode.restype = c_uint
521 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()1314 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
2366 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
1862 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function