reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
291 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() && 291 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() && 293 isa<ConstantInt>(LHSInst->getOperand(1)) && 295 ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1));