Home
last modified time | relevance | path

Searched refs:InConsecutiveRegsLast (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetCallingConv.h58 static const uint64_t InConsecutiveRegsLast = 0x1ULL<<62; ///< Struct size member
103 bool isInConsecutiveRegsLast() const { return Flags & InConsecutiveRegsLast; } in isInConsecutiveRegsLast()