OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RHSVT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
DAGISelEmitter.cpp
87
MVT
RHSVT
= (RHSSrc->getNumTypes() != 0 ? RHSSrc->getType(0) : MVT::Other);
88
if (LHSVT.isVector() !=
RHSVT
.isVector())
89
return
RHSVT
.isVector();
91
if (LHSVT.isFloatingPoint() !=
RHSVT
.isFloatingPoint())
92
return
RHSVT
.isFloatingPoint();