Searched refs:LHSInst (Results 1 – 4 of 4) sorted by relevance
357 if (Instruction *LHSInst = dyn_cast<Instruction>(I->getOperand(0))) { in SimplifyDemandedUseBits() local359 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() && in SimplifyDemandedUseBits()361 match(LHSInst->getOperand(1), m_ConstantInt(AndRHS)) && in SimplifyDemandedUseBits()
1274 Instruction *LHSInst = dyn_cast<Instruction>(LHS); in matchSymmetricPair() local1276 if (!LHSInst || !RHSInst || LHSInst->getOpcode() != RHSInst->getOpcode()) in matchSymmetricPair()1278 switch (LHSInst->getOpcode()) { in matchSymmetricPair()1282 Value *Cond = LHSInst->getOperand(0); in matchSymmetricPair()1283 Value *TrueVal = LHSInst->getOperand(1); in matchSymmetricPair()1284 Value *FalseVal = LHSInst->getOperand(2); in matchSymmetricPair()1292 MinMaxIntrinsic *LHSMinMax = dyn_cast<MinMaxIntrinsic>(LHSInst); in matchSymmetricPair()
773 auto LHSInst = dyn_cast<Instruction>(LHS); in computeValueKnownInPredecessorsImpl() local774 if (LHSInst && LHSInst->getParent() == BB) in computeValueKnownInPredecessorsImpl()
5132 MachineInstr *LHSInst = getDefIgnoringCopies(AndLHS, MRI); in matchNarrowBinopFeedingAnd() local5133 if (!LHSInst) in matchNarrowBinopFeedingAnd()5135 unsigned LHSOpc = LHSInst->getOpcode(); in matchNarrowBinopFeedingAnd()5172 Register BinOpLHS = LHSInst->getOperand(1).getReg(); in matchNarrowBinopFeedingAnd()5173 Register BinOpRHS = LHSInst->getOperand(2).getReg(); in matchNarrowBinopFeedingAnd()