reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
70 if (I && I->isLogicalShift() &&
lib/Transforms/InstCombine/InstCombineShifts.cpp346 assert(InnerShift->isLogicalShift() && "Unexpected instruction type"); 641 if (TrOp && I.isLogicalShift() && TrOp->isShift() &&lib/Transforms/Utils/Local.cpp
2723 if (I->isLogicalShift() && isa<ConstantInt>(I->getOperand(1))) {