Home
last modified time | relevance | path

Searched defs:isLong (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h73 bool isLong : 1; // This is *not* set for long long. variable
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp201 bool isLong() const { return isInteger() && ElementBitwidth == 64; } in isLong() function in __anonfaf0748f0111::Type
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6631 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14801 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm()