Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DVectorTypesTest.cpp232 std::array<VectorType *, 8> VTys = { in TEST() local
253 for (size_t I = 0, IEnd = VTys.size(); I < IEnd; ++I) { in TEST()
255 VectorType *VI = VTys[I]; in TEST()
259 for (size_t J = I + 1, JEnd = VTys.size(); J < JEnd; ++J) { in TEST()
261 VectorType *VJ = VTys[J]; in TEST()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8942 static const MVT VTys[] = { // canonical VT to use for each size. in getCanonicalConstSplat() local
8946 EVT ReqVT = VT != MVT::Other ? VT : VTys[SplatSize-1]; in getCanonicalConstSplat()
8954 EVT CanonicalVT = VTys[SplatSize-1]; in getCanonicalConstSplat()