Searched refs:NodeToApply (Results 1 – 1 of 1) sorted by relevance
1456 return NodeToApply->UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint()1459 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint()1462 return TI.EnforceInteger(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()1465 return TI.EnforceFloatingPoint(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()1468 return TI.EnforceVector(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()1479 if (!NodeToApply->isLeaf() || in ApplyTypeConstraint()1480 !isa<DefInit>(NodeToApply->getLeafValue()) || in ApplyTypeConstraint()1481 !static_cast<DefInit*>(NodeToApply->getLeafValue())->getDef() in ApplyTypeConstraint()1503 return TI.EnforceSmallerThan(NodeToApply->getExtType(ResNo), in ApplyTypeConstraint()1536 NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()[all …]