Home
last modified time | relevance | path

Searched refs:EnforceInteger (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp44 EnforceInteger(TP); in TypeSet()
165 InCopy.EnforceInteger(TP); in MergeInTypeInfo()
185 bool MadeChange = EnforceInteger(TP); in MergeInTypeInfo()
228 bool EEVT::TypeSet::EnforceInteger(TreePattern &TP) { in EnforceInteger() function in EEVT::TypeSet
331 MadeChange |= Other.EnforceInteger(TP); in EnforceSmallerThan()
335 MadeChange |= EnforceInteger(TP); in EnforceSmallerThan()
851 return NodeToApply->getExtType(ResNo).EnforceInteger(TP); in ApplyTypeConstraint()
1398 bool MadeChange = Types[0].EnforceInteger(TP); in ApplyTypeConstraints()
DCodeGenDAGPatterns.h115 bool EnforceInteger(TreePattern &TP);