Searched refs:LLVMGetNumIndices (Results 1 – 5 of 5) sorted by relevance
393 int NumIdx = LLVMGetNumIndices(Cst); in clone_constant_impl()641 int NumIdx = LLVMGetNumIndices(Src); in CloneInstruction()786 if (LLVMGetNumIndices(Src) > 1) in CloneInstruction()788 else if (LLVMGetNumIndices(Src) < 1) in CloneInstruction()797 if (LLVMGetNumIndices(Src) > 1) in CloneInstruction()799 else if (LLVMGetNumIndices(Src) < 1) in CloneInstruction()
3609 unsigned LLVMGetNumIndices(LLVMValueRef Inst);
756 unsigned n = LLVMGetNumIndices(Instr); in llvm_indices()
1284 num := C.LLVMGetNumIndices(v.C)
3016 unsigned LLVMGetNumIndices(LLVMValueRef Inst) { in LLVMGetNumIndices() function