Searched refs:OpRHSConst (Results 1 – 2 of 2) sorted by relevance
26768 if (auto *OpRHSConst = OpRHSBV->getConstantSplatNode()) { in combineSelect() local26776 (-OpRHSConst->getAPIntValue() - 1)) in combineSelect()26779 DAG.getConstant(-OpRHSConst->getAPIntValue(), DL, VT)); in combineSelect()26788 OpRHSConst->getAPIntValue().isSignBit()) in combineSelect()26793 DAG.getConstant(OpRHSConst->getAPIntValue(), DL, VT)); in combineSelect()
32918 if (auto *OpRHSConst = OpRHSBV->getConstantSplatNode()) in combineSelect() local32921 OpRHSConst->getAPIntValue().isSignMask()) { in combineSelect()32922 OpRHS = DAG.getConstant(OpRHSConst->getAPIntValue(), DL, VT); in combineSelect()