Lines Matching refs:FindProjection
1005 Node* projection1 = NodeProperties::FindProjection(node, 1); in VisitInt32PairAdd()
1015 g.DefineAsRegister(NodeProperties::FindProjection(node, 1))}; in VisitInt32PairAdd()
1030 Node* projection1 = NodeProperties::FindProjection(node, 1); in VisitInt32PairSub()
1040 g.DefineAsRegister(NodeProperties::FindProjection(node, 1))}; in VisitInt32PairSub()
1054 Node* projection1 = NodeProperties::FindProjection(node, 1); in VisitInt32PairMul()
1063 g.DefineAsRegister(NodeProperties::FindProjection(node, 1))}; in VisitInt32PairMul()
1094 Node* projection1 = NodeProperties::FindProjection(node, 1); in VisitWord32PairShift()
1860 Node* const result = NodeProperties::FindProjection(node, 0); in VisitWordCompareZero()
2030 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32AddWithOverflow()
2039 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32SubWithOverflow()
2048 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32MulWithOverflow()