Home
last modified time | relevance | path

Searched refs:CmpOpConst (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp24979 auto *CmpOpConst = dyn_cast<ConstantSDNode>(CmpOpToMatch); in reassociateCSELOperandsForCSE() local
24980 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 …]