Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.cpp340 const std::initializer_list<LLT> PtrTypes64 = {s1, s8, s16, s32, s64}; in X86LegalizerInfo() local
343 .legalForCartesianProduct(Is64Bit ? PtrTypes64 : PtrTypes32, {p0}) in X86LegalizerInfo()