Lines Matching refs:ArgCount
451 int ArgCount = LLVMGetNumArgOperands(Src); in CloneAttrs() local
452 for (int i = LLVMAttributeReturnIndex; i <= ArgCount; i++) { in CloneAttrs()
520 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction() local
521 for (int i = 0; i < ArgCount; i++) in CloneInstruction()
526 Dst = LLVMBuildInvoke(Builder, Fn, Args.data(), ArgCount, in CloneInstruction()
703 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction() local
704 for (int i = 0; i < ArgCount; i++) in CloneInstruction()
707 Dst = LLVMBuildCall(Builder, Fn, Args.data(), ArgCount, Name); in CloneInstruction()
742 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction() local
743 for (int i = 0; i < ArgCount; i++) in CloneInstruction()
746 Args.data(), ArgCount, Name); in CloneInstruction()
752 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction() local
753 for (int i = 0; i < ArgCount; i++) in CloneInstruction()
756 Args.data(), ArgCount, Name); in CloneInstruction()