Searched refs:LLVMGetNumIndices (Results 1 – 5 of 5) sorted by relevance
640 int NumIdx = LLVMGetNumIndices(Src); in CloneInstruction()783 if (LLVMGetNumIndices(Src) > 1) in CloneInstruction()785 else if (LLVMGetNumIndices(Src) < 1) in CloneInstruction()794 if (LLVMGetNumIndices(Src) > 1) in CloneInstruction()796 else if (LLVMGetNumIndices(Src) < 1) in CloneInstruction()
3542 unsigned LLVMGetNumIndices(LLVMValueRef Inst);
756 unsigned n = LLVMGetNumIndices(Instr); in llvm_indices()
1318 num := C.LLVMGetNumIndices(v.C)
3019 unsigned LLVMGetNumIndices(LLVMValueRef Inst) { in LLVMGetNumIndices() function