Lines Matching refs:DemandedLHS
651 APInt DemandedLHS, DemandedRHS; in computeKnownBitsImpl() local
656 DemandedElts, DemandedLHS, DemandedRHS)) in computeKnownBitsImpl()
662 if (!!DemandedLHS) { in computeKnownBitsImpl()
663 computeKnownBitsImpl(MI.getOperand(1).getReg(), Known2, DemandedLHS, in computeKnownBitsImpl()
1658 APInt DemandedLHS, DemandedRHS; in computeKnownFPClass() local
1661 DemandedLHS = DemandedRHS = DemandedElts; in computeKnownFPClass()
1664 DemandedElts, DemandedLHS, in computeKnownFPClass()
1671 if (!!DemandedLHS) { in computeKnownFPClass()
1673 computeKnownFPClass(LHS, DemandedLHS, InterestedClasses, Known, in computeKnownFPClass()
1989 APInt DemandedLHS, DemandedRHS; in computeNumSignBits() local
1993 DemandedElts, DemandedLHS, DemandedRHS)) in computeNumSignBits()
1996 if (!!DemandedLHS) in computeNumSignBits()
1997 FirstAnswer = computeNumSignBits(Src1, DemandedLHS, Depth + 1); in computeNumSignBits()