Searched refs:LLVMGetNumIndices (Results 1 – 4 of 4) sorted by relevance
395 int NumIdx = LLVMGetNumIndices(Cst); in clone_constant_impl()643 int NumIdx = LLVMGetNumIndices(Src); in CloneInstruction()788 if (LLVMGetNumIndices(Src) > 1) in CloneInstruction()790 else if (LLVMGetNumIndices(Src) < 1) in CloneInstruction()799 if (LLVMGetNumIndices(Src) > 1) in CloneInstruction()801 else if (LLVMGetNumIndices(Src) < 1) in CloneInstruction()
3614 unsigned LLVMGetNumIndices(LLVMValueRef Inst);
755 unsigned n = LLVMGetNumIndices(Instr); in llvm_indices()
2994 unsigned LLVMGetNumIndices(LLVMValueRef Inst) { in LLVMGetNumIndices() function