reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6071 auto *CCValid = dyn_cast<ConstantSDNode>(N->getOperand(2)); 6072 auto *CCMask = dyn_cast<ConstantSDNode>(N->getOperand(3)); 6078 SDValue CCReg = N->getOperand(4); 6081 return DAG.getNode(SystemZISD::SELECT_CCMASK, SDLoc(N), N->getValueType(0), 6081 return DAG.getNode(SystemZISD::SELECT_CCMASK, SDLoc(N), N->getValueType(0), 6082 N->getOperand(0), N->getOperand(1), 6082 N->getOperand(0), N->getOperand(1), 6083 DAG.getTargetConstant(CCValidVal, SDLoc(N), MVT::i32), 6084 DAG.getTargetConstant(CCMaskVal, SDLoc(N), MVT::i32),