Searched refs:NodeToApply (Results 1 – 1 of 1) sorted by relevance
1653 return NodeToApply->UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint()1656 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint()1659 return TI.EnforceInteger(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()1665 return TI.EnforceVector(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint()1670 return (int)NodeToApply->UpdateNodeType(ResNo, in ApplyTypeConstraint()1678 if (!NodeToApply->isLeaf() || in ApplyTypeConstraint()1679 !isa<DefInit>(NodeToApply->getLeafValue()) || in ApplyTypeConstraint()1680 !cast<DefInit>(NodeToApply->getLeafValue())->getDef() in ApplyTypeConstraint()1685 DefInit *DI = cast<DefInit>(NodeToApply->getLeafValue()); in ApplyTypeConstraint()1703 return TI.EnforceSmallerThan(NodeToApply->getExtType(ResNo), in ApplyTypeConstraint()[all …]