Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NotZero

122   SDValue NotZero = N->getOperand(i);
124 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(NotZero)) {
127 } else if (ConstantFPSDNode *CFPN = dyn_cast<ConstantFPSDNode>(NotZero)) {
137 if (N->getOperand(i) != NotZero &&