Searched refs:LLVMGetInstructionOpcode (Results 1 – 6 of 6) sorted by relevance
428 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))600 library.LLVMGetInstructionOpcode.argtypes = [Instruction]601 library.LLVMGetInstructionOpcode.restype = c_uint
680 Field(result, 0) = Val_int(LLVMGetInstructionOpcode(Val)); in llvm_classify_value()1464 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
491 LLVMOpcode Op = LLVMGetInstructionOpcode(Src); in CloneInstruction()
3198 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
901 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }
2814 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function