Searched refs:LLVMGetInstructionOpcode (Results 1 – 17 of 17) sorted by relevance
417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))586 library.LLVMGetInstructionOpcode.argtypes = [Instruction]587 library.LLVMGetInstructionOpcode.restype = c_uint
428 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))600 library.LLVMGetInstructionOpcode.argtypes = [Instruction]601 library.LLVMGetInstructionOpcode.restype = c_uint
338 if (LLVMGetInstructionOpcode(inst) != LLVMAlloca) in ac_count_scratch_private_memory()
2851 if (LLVMGetInstructionOpcode(cur) != LLVMCall) in ac_optimize_vs_outputs()
324 LLVMGetInstructionOpcode(mask) == LLVMSExt) { in lp_build_select()
417 LLVMOpcode Op = LLVMGetInstructionOpcode(Src); in CloneInstruction()
658 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()1543 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
568 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()1453 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
489 LLVMOpcode Op = LLVMGetInstructionOpcode(Src); in CloneInstruction()
2521 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
3175 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
3138 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
2156 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function
835 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }
901 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }
2789 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function
2753 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function