Searched refs:OpL (Results 1 – 3 of 3) sorted by relevance
820 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks() local822 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()825 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
2391 Value *OpL = nullptr, *OpR = nullptr;2403 auto LHS = m_AShr(m_Value(OpL), m_SpecificInt(ShiftWidth));2407 return Signum.match(V) && OpL == OpR && Val.match(OpL);
1788 SDValue OpL = GetPromotedInteger(LHS); in PromoteSetCCOperands() local1791 if (TLI.isSExtCheaperThanZExt(LHS.getValueType(), OpL.getValueType())) { in PromoteSetCCOperands()1796 DAG.computeKnownBits(OpL).countMaxActiveBits(); in PromoteSetCCOperands()1801 LHS = OpL; in PromoteSetCCOperands()1817 unsigned OpLEffectiveBits = DAG.ComputeMaxSignificantBits(OpL); in PromoteSetCCOperands()1821 LHS = OpL; in PromoteSetCCOperands()