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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5378 SmallVector<EVT, 1> PVTs; local
5381 ComputeValueVTs(TLI, PtrRetTy, PVTs);
5382 assert(PVTs.size() == 1 && "Pointers should fit in one register");
5383 EVT PtrVT = PVTs[0];

Completed in 69 milliseconds