Searched refs:Int64Type (Results 1 – 15 of 15) sorted by relevance
119 Int64Type = SignedLongLong; in setO32ABITypes()120 IntMaxType = Int64Type; in setO32ABITypes()145 Int64Type = SignedLongLong; in setN64ABITypes()147 Int64Type = SignedLong; in setN64ABITypes()149 IntMaxType = Int64Type; in setN64ABITypes()158 Int64Type = SignedLongLong; in setN32ABITypes()159 IntMaxType = Int64Type; in setN32ABITypes()
41 Int64Type = SignedLong; in VETargetInfo()
34 this->Int64Type = TargetInfo::SignedLongLong; in PNaClTargetInfo()
36 Int64Type = SignedLong; in BPFTargetInfo()
68 Int64Type = SignedLongLong; in AArch64TargetInfo()74 Int64Type = SignedLong; in AArch64TargetInfo()929 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()1011 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()
696 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()796 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()894 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()921 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
139 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
39 Int64Type = SignedLong; in SystemZTargetInfo()
206 Int64Type = IntMaxType; in SparcV9TargetInfo()
141 Int64Type = HostTarget->getInt64Type(); in NVPTXTargetInfo()
475 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()538 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()894 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
418 Int64Type = SignedLong; in PPC64TargetInfo()
136 Char16Type, Char32Type, Int64Type, Int16Type, SigAtomicType,358 IntType getInt64Type() const { return Int64Type; } in getInt64Type()360 return getCorrespondingUnsignedType(Int64Type); in getUInt64Type()
104 Int64Type = SignedLongLong; in TargetInfo()409 Int64Type = SignedLong; in adjust()
549 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return } func559 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return } func