Searched refs:Int64Type (Results 1 – 4 of 4) sorted by relevance
174 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,223 IntType getInt64Type() const { return Int64Type; } in getInt64Type()225 return getCorrespondingUnsignedType(Int64Type); in getUInt64Type()
532 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()647 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()1315 Int64Type = SignedLong; in PPC64TargetInfo()1332 Int64Type = SignedLongLong; in PPC64TargetInfo()3565 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()3619 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()3686 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()3703 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()3714 Int64Type = SignedLongLong; in BitrigX86_64TargetInfo()4653 Int64Type = SignedLongLong; in AArch64TargetInfo()[all …]
60 Int64Type = SignedLongLong; in TargetInfo()303 Int64Type = SignedLong; in adjust()
482 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return } func492 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return } func