Searched refs:isInAllocaArgument (Results 1 – 4 of 4) sorted by relevance
544 bool isInAllocaArgument(unsigned ArgNo) const { in isInAllocaArgument() function
98 if (IsArgOperand && CS.isInAllocaArgument(DataOpNo)) in isOnlyCopiedFromConstantGlobal()
2697 if (CS.isInAllocaArgument(i)) in transformConstExprCastCall()
2856 static bool isInAllocaArgument(CGCXXABI &ABI, QualType type) { in isInAllocaArgument() function2891 assert(!isInAllocaArgument(CGM.getCXXABI(), type) && in EmitDelegateCallArg()3200 HasInAllocaArgs = isInAllocaArgument(CGM.getCXXABI(), *I); in EmitCallArgs()