Searched refs:CmpOpConst (Results 1 – 1 of 1) sorted by relevance
24979 auto *CmpOpConst = dyn_cast<ConstantSDNode>(CmpOpToMatch); in reassociateCSELOperandsForCSE() local24980 if (CmpOpConst) { in reassociateCSELOperandsForCSE()24983 DAG.getConstant(-CmpOpConst->getAPIntValue(), SDLoc(CmpOpConst), in reassociateCSELOperandsForCSE()24984 CmpOpConst->getValueType(0)); in reassociateCSELOperandsForCSE()24985 SubsOp = DAG.getConstant(CmpOpConst->getAPIntValue(), SDLoc(CmpOpConst), in reassociateCSELOperandsForCSE()24986 CmpOpConst->getValueType(0)); in reassociateCSELOperandsForCSE()25045 if (!CmpOpConst) { in reassociateCSELOperandsForCSE()25055 if ((CC == AArch64CC::EQ || CC == AArch64CC::NE) && !CmpOpConst->isZero()) in reassociateCSELOperandsForCSE()25066 auto ExpectedOp = DAG.getConstant(-NewCmpConst, SDLoc(CmpOpConst), in reassociateCSELOperandsForCSE()25067 CmpOpConst->getValueType(0)); in reassociateCSELOperandsForCSE()[all …]