Searched refs:LegalIntVT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2404 MVT::SimpleValueType LegalIntVT = (MVT::SimpleValueType)VT; local
2405 if (TLI->isTypeLegal(LegalIntVT)) {
2407 TLI->getRegClassFor(LegalIntVT));

Completed in 50 milliseconds