Searched defs:isLong (Results 1 – 9 of 9) sorted by relevance
64 bool isLong : 1; // This is *not* set for long long. variable
2048 const bool isLong = (result == TOKfloat80v || result == TOKimaginary80v); in inreal() local
1111 immutable isLong = arg.length > 1 && arg[0] == optionChar; in optMatch() local
1117 immutable isLong = arg.length > 1 && arg[0] == optionChar; in optMatch() local
2550 const isLong = (result == TOK.float80Literal || result == TOK.imaginary80Literal); in inreal() local
39 bool isLong() const { return Long; } in isLong() function
202 bool isLong() const { return isInteger() && ElementBitwidth == 64; } in isLong() function in __anon9e9e0a7a0111::Type
10313 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm()
6273 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm()