reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1962 auto *ConstOp1 = dyn_cast<ConstantSDNode>(C.Op1.getNode()); 1972 C.Op1 = DAG.getConstant(0, DL, C.Op1.getValueType()); 1972 C.Op1 = DAG.getConstant(0, DL, C.Op1.getValueType()); 1984 C.Op1.getOpcode() != ISD::Constant) 1995 auto *ConstOp1 = cast<ConstantSDNode>(C.Op1); 2044 if (C.Op1.getValueType() != MVT::i32 || 2046 C.Op1 = DAG.getConstant(Value, DL, MVT::i32); 2081 if (isa<ConstantFPSDNode>(C.Op1)) 2086 auto *ConstOp1 = dyn_cast<ConstantSDNode>(C.Op1); 2092 if (isNaturalMemoryOperand(C.Op1, C.ICmpType) && C.Op1.hasOneUse()) 2092 if (isNaturalMemoryOperand(C.Op1, C.ICmpType) && C.Op1.hasOneUse()) 2149 ((N->getOperand(0) == C.Op0 && N->getOperand(1) == C.Op1) || 2150 (N->getOperand(0) == C.Op1 && N->getOperand(1) == C.Op0))) { 2152 C.Op1 = DAG.getConstant(0, DL, N->getValueType(0)); 2164 auto *C1 = dyn_cast<ConstantFPSDNode>(C.Op1); 2187 C.Op1.getOpcode() == ISD::Constant && 2188 cast<ConstantSDNode>(C.Op1)->getZExtValue() == 0) { 2212 C.Op1.getOpcode() == ISD::Constant && 2213 cast<ConstantSDNode>(C.Op1)->getZExtValue() == 0) { 2220 C.Op1 = DAG.getConstant(0, DL, C.Op0.getValueType()); 2342 auto *ConstOp1 = dyn_cast<ConstantSDNode>(C.Op1); 2353 NewC.Op1 = C.Op0.getOperand(1); 2354 Mask = dyn_cast<ConstantSDNode>(NewC.Op1); 2420 C.Op1 = SDValue(Mask, 0); 2422 C.Op1 = DAG.getConstant(MaskVal, DL, C.Op0.getValueType()); 2511 (DAG.SignBitIsZero(C.Op0) && DAG.SignBitIsZero(C.Op1))) 2527 std::swap(C.Op0, C.Op1); 2537 if (!C.Op1.getNode()) { 2551 return DAG.getNode(SystemZISD::ICMP, DL, MVT::i32, C.Op0, C.Op1, 2556 return DAG.getNode(SystemZISD::TM, DL, MVT::i32, C.Op0, C.Op1, 2559 return DAG.getNode(C.Opcode, DL, MVT::i32, C.Op0, C.Op1); 2805 C.Op1.getOpcode() == ISD::Constant && 2806 cast<ConstantSDNode>(C.Op1)->getZExtValue() == 0) {