Searched refs:ConstantRHS (Results 1 – 2 of 2) sorted by relevance
341 ConstantInt *ConstantRHS = dyn_cast<ConstantInt>(RHS); in verifyTripCount() local342 if (ConstantRHS) { in verifyTripCount()359 Value *NewRHS = ConstantInt::get(ConstantRHS->getContext(), in verifyTripCount()360 ConstantRHS->getValue() + 1); in verifyTripCount()
2420 auto ConstantRHS = dyn_cast<ConstantSDNode>(RHS.getNode()); in LowerShift() local2421 if (ConstantRHS && ConstantRHS->getAPIntValue() == MaskBits) in LowerShift()