Searched refs:C2I (Results 1 – 1 of 1) sorted by relevance
415 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument416 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()419 C2I.isOneValue() || C2I.isAllOnesValue(); in isSelect01()