Searched refs:IsPTR64bit (Results 1 – 4 of 4) sorted by relevance
109 bool IsPTR64bit; variable295 bool isPTR64bit() const { return IsPTR64bit; } in isPTR64bit()296 bool isPTR32bit() const { return !IsPTR64bit; } in isPTR32bit()
26 // Predicates for the PTR size such as IsPTR64bit62 def FeaturePTR64Bit : SubtargetFeature<"ptr64", "IsPTR64bit", "true",
20 IsGP64bit, IsPTR64bit,
190 def IsPTR64bit : Predicate<"Subtarget->isABI_N64()">,270 class PTR_64 { list<Predicate> PTRPredicates = [IsPTR64bit]; }