Searched refs:PVTs (Results 1 – 1 of 1) sorted by relevance
7362 SmallVector<EVT, 1> PVTs; in LowerCallTo() local7365 ComputeValueVTs(*this, PtrRetTy, PVTs); in LowerCallTo()7366 assert(PVTs.size() == 1 && "Pointers should fit in one register"); in LowerCallTo()7367 EVT PtrVT = PVTs[0]; in LowerCallTo()