Searched refs:isLong (Results 1 – 6 of 6) sorted by relevance
73 bool isLong : 1; // This is *not* set for long long. variable
914 isLong = false; in NumericLiteralParser()1060 isLong = true; in NumericLiteralParser()1178 isLong = false; in NumericLiteralParser()
201 bool isLong() const { return isInteger() && ElementBitwidth == 64; } in isLong() function in __anonfaf0748f0111::Type
3782 } else if (Literal.isLong) { in ActOnNumericConstant()3790 } else if (Literal.isLong) { in ActOnNumericConstant()3831 else if (Literal.isLong) in ActOnNumericConstant()3913 if (getLangOpts().HLSL && !Literal.isLong && Literal.isLongLong) { in ActOnNumericConstant()3914 Literal.isLong = true; in ActOnNumericConstant()3977 if (Ty.isNull() && !Literal.isLong && !Literal.isLongLong && in ActOnNumericConstant()4011 ? Literal.isLong in ActOnNumericConstant()
6631 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument6636 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); in isVShiftLImm()
14801 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument14806 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); in isVShiftLImm()