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

/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1080 /// isLegalRC - Return true if the value types that can be represented by the
1082 bool TargetLoweringBase::isLegalRC(const TargetRegisterClass *RC) const { function in class:TargetLoweringBase
1172 if (!isLegalRC(SuperRC))

Completed in 93 milliseconds