Searched refs:isOrigArg (Results 1 – 7 of 7) sorted by relevance
219 bool isOrigArg() const { in isOrigArg() function
3658 if (Ins[InsIdx].isOrigArg()) { in LowerFormalArguments()3667 assert(Ins[InsIdx].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments()
4342 if (Ins[ArgNo].isOrigArg()) { in LowerFormalArguments_64SVR4()4370 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments_64SVR4()
5785 if (Ins[i].isOrigArg()) { in LowerFormalArguments()5979 if (Ins[i].isOrigArg()) { in LowerFormalArguments()
4494 if (Ins[VA.getValNo()].isOrigArg()) { in LowerFormalArguments()4603 assert(Ins[index].isOrigArg() && in LowerFormalArguments()
10589 else if (Ins[i].isOrigArg()) in analyzeInputArgs()
2448 if (Arg.isOrigArg() && Skipped[Arg.getOrigArgIndex()]) { in LowerFormalArguments()