Searched refs:OpL (Results 1 – 6 of 6) sorted by relevance
778 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks() local780 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()783 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
1285 Value *OpL = nullptr, *OpR = nullptr;1297 auto LHS = m_AShr(m_Value(OpL), m_SpecificInt(ShiftWidth));1301 return Signum.match(V) && OpL == OpR && Val.match(OpL);
1744 Value *OpL = nullptr, *OpR = nullptr;1756 auto LHS = m_AShr(m_Value(OpL), m_SpecificInt(ShiftWidth));1760 return Signum.match(V) && OpL == OpR && Val.match(OpL);
1198 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks() local1200 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()1203 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
991 SDValue OpL = GetPromotedInteger(NewLHS); in PromoteSetCCOperands() local999 OpL.getScalarValueSizeInBits() - DAG.ComputeNumSignBits(OpL) + 1; in PromoteSetCCOperands()1004 NewLHS = OpL; in PromoteSetCCOperands()
951 SDValue OpL = GetPromotedInteger(NewLHS); in PromoteSetCCOperands() local958 if (OpL->getOpcode() == ISD::AssertSext && in PromoteSetCCOperands()959 cast<VTSDNode>(OpL->getOperand(1))->getVT() == NewLHS.getValueType() && in PromoteSetCCOperands()962 NewLHS = OpL; in PromoteSetCCOperands()