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