Searched refs:IsByVal (Results 1 – 4 of 4) sorted by relevance
40 bool IsByVal : 1; member47 IsInReg(false), IsSRet(false), IsNest(false), IsByVal(false), in ArgListEntry()
86 IsByVal = CS->paramHasAttr(AttrIdx, Attribute::ByVal); in setAttributes()923 if (Arg.IsByVal) in lowerCallTo()937 if (Arg.IsByVal) in lowerCallTo()948 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()
2659 bool IsByVal = CS.paramHasAttr(ArgNo + 1, Attribute::ByVal); in visitCallSite() local2660 if (IsByVal) { in visitCallSite()
4494 const bool IsByVal = I.info.isIndirect() && I.info.getIndirectByVal(); in computeInfo() local4496 StackUsed && !IsByVal) { in computeInfo()