reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2027 if (Cmp.isEquality() && match(Shl->getOperand(0), m_APInt(ShiftVal))) 2028 return foldICmpShlConstConst(Cmp, Shl->getOperand(1), C, *ShiftVal); 2032 return foldICmpShlOne(Cmp, Shl, C); 2040 ICmpInst::Predicate Pred = Cmp.getPredicate(); 2099 if (Cmp.isEquality() && Shl->hasOneUse()) { 2122 if (Cmp.isUnsigned() && Shl->hasOneUse()) { 2151 Type *TruncTy = IntegerType::get(Cmp.getContext(), TypeBits - Amt);