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

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

Completed in 51 milliseconds