Searched refs:Has64BitPointers (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1775 bool Has64BitPointers; member in class:__anon1350::X86_64ABIInfo
1780 Has64BitPointers(CGT.getDataLayout().getPointerSize(0) == 8) {
1804 return Has64BitPointers;
2159 if (Has64BitPointers) {
2160 // If Has64BitPointers, this is an {i64, i64}, so classify both
2698 if ((isa<llvm::PointerType>(IRType) && Has64BitPointers) ||
2710 (isa<llvm::PointerType>(IRType) && !Has64BitPointers)) {

Completed in 38 milliseconds