Searched refs:OpL (Results 1 – 3 of 3) sorted by relevance
775 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks() local777 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()780 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
1956 Value *OpL = nullptr, *OpR = nullptr;1968 auto LHS = m_AShr(m_Value(OpL), m_SpecificInt(ShiftWidth));1972 return Signum.match(V) && OpL == OpR && Val.match(OpL);
1358 SDValue OpL = GetPromotedInteger(NewLHS); in PromoteSetCCOperands() local1366 OpL.getScalarValueSizeInBits() - DAG.ComputeNumSignBits(OpL) + 1; in PromoteSetCCOperands()1371 NewLHS = OpL; in PromoteSetCCOperands()