Searched refs:OpL (Results 1 – 2 of 2) sorted by relevance
940 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks() local942 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()945 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
2128 SDValue OpL = GetPromotedInteger(LHS); in SExtOrZExtPromotedOperands() local2131 if (TLI.isSExtCheaperThanZExt(LHS.getValueType(), OpL.getValueType())) { in SExtOrZExtPromotedOperands()2136 DAG.computeKnownBits(OpL).countMaxActiveBits(); in SExtOrZExtPromotedOperands()2141 LHS = OpL; in SExtOrZExtPromotedOperands()2157 unsigned OpLEffectiveBits = DAG.ComputeMaxSignificantBits(OpL); in SExtOrZExtPromotedOperands()2161 LHS = OpL; in SExtOrZExtPromotedOperands()