Lines Matching full:is64bit
1266 bool Is64Bit = Triple.getArch() == llvm::Triple::x86_64;1270 return Is64Bit ? "core2" : "yonah";1273 if (Is64Bit)