Searched refs:LLVMGetInstructionOpcode (Results 1 – 5 of 5) sorted by relevance
428 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))591 library.LLVMGetInstructionOpcode.argtypes = [Instruction]592 library.LLVMGetInstructionOpcode.restype = c_uint
679 Field(result, 0) = Val_int(LLVMGetInstructionOpcode(Val)); in llvm_classify_value()1433 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
492 LLVMOpcode Op = LLVMGetInstructionOpcode(Src); in CloneInstruction()
3265 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
2784 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function