Searched defs:hasSubClassEq (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h126 return RC != this && hasSubClassEq(RC);
129 /// hasSubClassEq - Returns true if RC is a sub-class of or equal to this
131 bool hasSubClassEq(const TargetRegisterClass *RC) const { function in class:llvm::TargetRegisterClass
145 return RC->hasSubClassEq(this);
149 /// The vector is indexed by class IDs, see hasSubClassEq() above for how to

Completed in 46 milliseconds