Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp24972 SDValue CmpOpToMatch = SubsNode.getOperand(1); in reassociateCSELOperandsForCSE() local
24979 auto *CmpOpConst = dyn_cast<ConstantSDNode>(CmpOpToMatch); in reassociateCSELOperandsForCSE()
24989 ExpectedOp = CmpOpToMatch; in reassociateCSELOperandsForCSE()
24990 SubsOp = CmpOpToMatch; in reassociateCSELOperandsForCSE()
25049 std::swap(CmpOpToMatch, CmpOpOther); in reassociateCSELOperandsForCSE()
25050 if (SDValue R = Fold(getSwappedCondition(CC), CmpOpToMatch, CmpOpToMatch)) in reassociateCSELOperandsForCSE()