Lines Matching refs:ArgCount
452 int ArgCount = LLVMGetNumArgOperands(Src); in CloneAttrs() local
453 for (int i = LLVMAttributeReturnIndex; i <= ArgCount; i++) { in CloneAttrs()
521 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction() local
522 for (int i = 0; i < ArgCount; i++) in CloneInstruction()
528 Dst = LLVMBuildInvoke2(Builder, FnTy, Fn, Args.data(), ArgCount, in CloneInstruction()
709 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction() local
710 for (int i = 0; i < ArgCount; i++) in CloneInstruction()
714 Dst = LLVMBuildCall2(Builder, FnTy, Fn, Args.data(), ArgCount, Name); in CloneInstruction()
749 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction() local
750 for (int i = 0; i < ArgCount; i++) in CloneInstruction()
753 Args.data(), ArgCount, Name); in CloneInstruction()
759 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction() local
760 for (int i = 0; i < ArgCount; i++) in CloneInstruction()
763 Args.data(), ArgCount, Name); in CloneInstruction()