Lines Matching defs:DemandedLoElts
38125 APInt DemandedLoElts =
38129 KnownBits LHSLo = DAG.computeKnownBits(LHS, DemandedLoElts, Depth + 1);
38131 KnownBits RHSLo = DAG.computeKnownBits(RHS, DemandedLoElts, Depth + 1);
38148 APInt DemandedLoElts =
38152 KnownBits LHSLo = DAG.computeKnownBits(LHS, DemandedLoElts, Depth + 1);
38154 KnownBits RHSLo = DAG.computeKnownBits(RHS, DemandedLoElts, Depth + 1);