Searched refs:NodeToApply (Results 1 – 1 of 1) sorted by relevance
1598 return NodeToApply->UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint()1601 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint()1604 return TI.EnforceInteger(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()1607 return TI.EnforceFloatingPoint(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()1610 return TI.EnforceVector(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()1621 if (!NodeToApply->isLeaf() || in ApplyTypeConstraint()1622 !isa<DefInit>(NodeToApply->getLeafValue()) || in ApplyTypeConstraint()1623 !static_cast<DefInit*>(NodeToApply->getLeafValue())->getDef() in ApplyTypeConstraint()1645 return TI.EnforceSmallerThan(NodeToApply->getExtType(ResNo), in ApplyTypeConstraint()1678 NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()[all …]