Searched refs:OpL (Results 1 – 3 of 3) sorted by relevance
805 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks() local807 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()810 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
2336 Value *OpL = nullptr, *OpR = nullptr;2348 auto LHS = m_AShr(m_Value(OpL), m_SpecificInt(ShiftWidth));2352 return Signum.match(V) && OpL == OpR && Val.match(OpL);
1597 SDValue OpL = GetPromotedInteger(NewLHS); in PromoteSetCCOperands() local1605 OpL.getScalarValueSizeInBits() - DAG.ComputeNumSignBits(OpL) + 1; in PromoteSetCCOperands()1610 NewLHS = OpL; in PromoteSetCCOperands()