Searched refs:isInAllocaArgument (Results 1 – 4 of 4) sorted by relevance
287 bool isInAllocaArgument(unsigned ArgNo) const { in isInAllocaArgument() function
95 if (CS.isInAllocaArgument(ArgNo)) in isOnlyCopiedFromConstantGlobal()
1547 if (CS.isInAllocaArgument(i)) in transformConstExprCastCall()
2392 static bool isInAllocaArgument(CGCXXABI &ABI, QualType type) { in isInAllocaArgument() function2434 assert(!isInAllocaArgument(CGM.getCXXABI(), type) && in EmitDelegateCallArg()2732 HasInAllocaArgs = isInAllocaArgument(CGM.getCXXABI(), *I); in EmitCallArgs()