Searched refs:LLVMGetInstructionOpcode (Results 1 – 5 of 5) sorted by relevance
343 if (LLVMGetInstructionOpcode(inst) != LLVMAlloca) in ac_count_scratch_private_memory()
2893 if (LLVMGetInstructionOpcode(cur) != LLVMCall) in ac_optimize_vs_outputs()
324 LLVMGetInstructionOpcode(mask) == LLVMSExt) { in lp_build_select()
3138 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
2753 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function