Home
last modified time | relevance | path

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

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