Home
last modified time | relevance | path

Searched refs:PVTs (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7362 SmallVector<EVT, 1> PVTs; in LowerCallTo() local
7365 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()