Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1349 bool Has64BitPointers; member in __anon8aa8892d0211::X86_64ABIInfo
1354 Has64BitPointers(CGT.getDataLayout().getPointerSize(0) == 8) {} in X86_64ABIInfo()
1377 return Has64BitPointers; in has64BitPointers()
1854 if (Has64BitPointers) { in classify()
2479 if ((isa<llvm::PointerType>(IRType) && Has64BitPointers) || in GetINTEGERTypeAtOffset()
2491 (isa<llvm::PointerType>(IRType) && !Has64BitPointers)) { in GetINTEGERTypeAtOffset()