Home
last modified time | relevance | path

Searched refs:getKnownType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp365 MVT::SimpleValueType NodeType = getOpcode().getKnownType(CT->getResNo()); in isContradictoryImpl()
H A DCodeGenDAGPatterns.h472 MVT::SimpleValueType getKnownType(unsigned ResNo) const;
H A DCodeGenDAGPatterns.cpp1793 MVT::SimpleValueType SDNodeInfo::getKnownType(unsigned ResNo) const { in getKnownType() function in SDNodeInfo