Searched refs:NodeToApply (Results 1 – 1 of 1) sorted by relevance
1632 return NodeToApply->UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint()1635 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint()1638 return TI.EnforceInteger(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()1644 return TI.EnforceVector(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()1649 return (int)NodeToApply->UpdateNodeType(ResNo, in ApplyTypeConstraint()1657 if (!NodeToApply->isLeaf() || in ApplyTypeConstraint()1658 !isa<DefInit>(NodeToApply->getLeafValue()) || in ApplyTypeConstraint()1659 !cast<DefInit>(NodeToApply->getLeafValue())->getDef() in ApplyTypeConstraint()1664 DefInit *DI = cast<DefInit>(NodeToApply->getLeafValue()); in ApplyTypeConstraint()1682 return TI.EnforceSmallerThan(NodeToApply->getExtType(ResNo), in ApplyTypeConstraint()[all …]