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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp197 EVT CurVT = EVT::getEVT(Args[i].Ty); local
198 if (!CurVT.isSimple() ||
199 Handler.assignArg(i, CurVT.getSimpleVT(), CurVT.getSimpleVT(),
203 F.getContext(), F.getCallingConv(), EVT(CurVT));
208 F.getContext(), F.getCallingConv(), CurVT);
211 if (NewVT.getSizeInBits() * NumParts != CurVT.getSizeInBits())

Completed in 101 milliseconds