Lines Matching defs:getLarge
97 getLarge() const {
99 "getLarge should only be called when the value stored is large!");
102 LLVM_ATTRIBUTE_ALWAYS_INLINE detail::SlowDynamicAPInt &getLarge() {
104 "getLarge should only be called when the value stored is large!");
110 return getLarge();
144 return static_cast<int64_t>(getLarge());
584 return A.getLarge() == B;
589 return A.getLarge() != B;
594 return A.getLarge() > B;
599 return A.getLarge() < B;
604 return A.getLarge() <= B;
609 return A.getLarge() >= B;
614 return A == B.getLarge();
619 return A != B.getLarge();
624 return A > B.getLarge();
629 return A < B.getLarge();
634 return A <= B.getLarge();
639 return A >= B.getLarge();