Searched refs:Int64Type (Results 1 – 4 of 4) sorted by relevance
189 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,241 IntType getInt64Type() const { return Int64Type; } in getInt64Type()243 return getCorrespondingUnsignedType(Int64Type); in getUInt64Type()
65 Int64Type = SignedLongLong; in TargetInfo()316 Int64Type = SignedLong; in adjust()
627 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()788 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()1619 Int64Type = SignedLong; in PPC64TargetInfo()1636 Int64Type = SignedLongLong; in PPC64TargetInfo()1751 Int64Type = HostTarget->getInt64Type(); in NVPTXTargetInfo()4329 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()4411 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()4515 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()4540 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()4549 Int64Type = SignedLongLong; in BitrigX86_64TargetInfo()[all …]
484 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return } func494 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return } func