Searched refs:ByValSize (Results 1 – 4 of 4) sorted by relevance
50 unsigned ByValSize; ///< Byval struct size member59 IsCopyElisionCandidate(0), ByValSize(0) { in ArgFlagsTy()129 unsigned getByValSize() const { return ByValSize; } in getByValSize()130 void setByValSize(unsigned S) { ByValSize = S; } in setByValSize()
56 static const uint64_t ByValSize = 0x3fffffffULL<<32; ///< Struct size member131 return (unsigned)((Flags & ByValSize) >> ByValSizeOffs); in getByValSize()134 Flags = (Flags & ~ByValSize) | (uint64_t(S) << ByValSizeOffs); in setByValSize()
1321 uint64_t ByValSize = DL.getTypeAllocSize(ByValTy); in processByValArgument() local1323 MemoryLocation(ByValArg, ByValSize), true, in processByValArgument()1338 if (!C1 || C1->getValue().getZExtValue() < ByValSize) in processByValArgument()
1268 uint64_t ByValSize = DL.getTypeAllocSize(ByValTy); in processByValArgument() local1270 MemoryLocation(ByValArg, ByValSize), true, in processByValArgument()1285 if (!C1 || C1->getValue().getZExtValue() < ByValSize) in processByValArgument()