Searched refs:LHSInst (Results 1 – 1 of 1) sorted by relevance
395 if (Instruction *LHSInst = dyn_cast<Instruction>(I->getOperand(0))) in SimplifyDemandedUseBits() local396 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() && in SimplifyDemandedUseBits()398 isa<ConstantInt>(LHSInst->getOperand(1)) && in SimplifyDemandedUseBits()400 ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1)); in SimplifyDemandedUseBits()