Home
last modified time | relevance | path

Searched defs:V4S32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp51 const LLT V4S32 = LLT::fixed_vector(4, 32); in PPCLegalizerInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp311 static const LLT V4S32 = LLT::fixed_vector(4, 32); variable