Searched refs:LHSInst (Results 1 – 4 of 4) sorted by relevance
342 if (Instruction *LHSInst = dyn_cast<Instruction>(I->getOperand(0))) in SimplifyDemandedUseBits() local343 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() && in SimplifyDemandedUseBits()345 isa<ConstantInt>(LHSInst->getOperand(1)) && in SimplifyDemandedUseBits()347 ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1)); in SimplifyDemandedUseBits()
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()
291 if (Instruction *LHSInst = dyn_cast<Instruction>(I->getOperand(0))) in SimplifyDemandedUseBits() local292 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() && in SimplifyDemandedUseBits()294 isa<ConstantInt>(LHSInst->getOperand(1)) && in SimplifyDemandedUseBits()296 ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1)); in SimplifyDemandedUseBits()
782 auto LHSInst = dyn_cast<Instruction>(LHS); in ComputeValueKnownInPredecessors() local783 if (LHSInst && LHSInst->getParent() == BB) in ComputeValueKnownInPredecessors()