Searched refs:LHSInst (Results 1 – 3 of 3) sorted by relevance
382 if (Instruction *LHSInst = dyn_cast<Instruction>(I->getOperand(0))) in SimplifyDemandedUseBits() local383 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() && in SimplifyDemandedUseBits()385 isa<ConstantInt>(LHSInst->getOperand(1)) && in SimplifyDemandedUseBits()387 ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1)); in SimplifyDemandedUseBits()
292 if (Instruction *LHSInst = dyn_cast<Instruction>(I->getOperand(0))) in SimplifyDemandedUseBits() local293 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() && in SimplifyDemandedUseBits()295 isa<ConstantInt>(LHSInst->getOperand(1)) && in SimplifyDemandedUseBits()297 ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1)); in SimplifyDemandedUseBits()
802 auto LHSInst = dyn_cast<Instruction>(LHS); in ComputeValueKnownInPredecessorsImpl() local803 if (LHSInst && LHSInst->getParent() == BB) in ComputeValueKnownInPredecessorsImpl()