Searched refs:IsCeil (Results 1 – 2 of 2) sorted by relevance
778 static KnownBits avgComputeU(KnownBits LHS, KnownBits RHS, bool IsCeil) { in avgComputeU() argument783 computeForAddCarry(LHS, RHS, /*CarryZero*/ !IsCeil, /*CarryOne*/ IsCeil); in avgComputeU()
1052 bool IsCeil = in combineShiftToAVG() local1108 unsigned AVGOpc = IsCeil ? (IsSigned ? ISD::AVGCEILS : ISD::AVGCEILU) in combineShiftToAVG()1138 if (!IsCeil && !TLI.isOperationLegal(AVGOpc, NVT) && in combineShiftToAVG()