Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp135 Int64Type = HostTarget->getInt64Type(); in NVPTXTargetInfo()
H A DSPIR.h139 Int64Type = HostTarget->getInt64Type(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp242 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()
267 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h405 IntType getInt64Type() const { return Int64Type; } in getInt64Type() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp786 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11715 switch (Context.getTargetInfo().getInt64Type()) { in DecodeTypeFromStr()