Lines Matching defs:MaxIntSize
3284 unsigned MaxIntSize = Subtarget.is64Bit() ? 64 : 32;3285 return (MemVT.getSizeInBits() <= MaxIntSize);