Searched refs:IsCeil (Results 1 – 2 of 2) sorted by relevance
766 static KnownBits avgCompute(KnownBits LHS, KnownBits RHS, bool IsCeil, in avgCompute() argument772 computeForAddCarry(LHS, RHS, /*CarryZero*/ !IsCeil, /*CarryOne*/ IsCeil); in avgCompute()
997 bool IsCeil = in combineShiftToAVG() local1053 unsigned AVGOpc = IsCeil ? (IsSigned ? ISD::AVGCEILS : ISD::AVGCEILU) in combineShiftToAVG()1083 if (!IsCeil && !TLI.isOperationLegal(AVGOpc, NVT) && in combineShiftToAVG()