Searched refs:OpL (Results 1 – 3 of 3) sorted by relevance
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);
1180 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks() local1182 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()1185 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
946 SDValue OpL = GetPromotedInteger(NewLHS); in PromoteSetCCOperands() local953 if (OpL->getOpcode() == ISD::AssertSext && in PromoteSetCCOperands()954 cast<VTSDNode>(OpL->getOperand(1))->getVT() == NewLHS.getValueType() && in PromoteSetCCOperands()957 NewLHS = OpL; in PromoteSetCCOperands()