Searched refs:ByValSize (Results 1 – 2 of 2) sorted by relevance
52 unsigned ByValSize; ///< Byval struct size member63 IsCopyElisionCandidate(0), IsPointer(0), ByValSize(0), in ArgFlagsTy()146 unsigned getByValSize() const { return ByValSize; } in getByValSize()147 void setByValSize(unsigned S) { ByValSize = S; } in setByValSize()
1255 uint64_t ByValSize = DL.getTypeAllocSize(ByValTy); in processByValArgument() local1257 MemoryLocation(ByValArg, LocationSize::precise(ByValSize)), true, in processByValArgument()1272 if (!C1 || C1->getValue().getZExtValue() < ByValSize) in processByValArgument()