Lines Matching defs:RHSValue
531 llvm::APSInt RHSValue = *KnownRHSValue;
537 APSIntType(RHSValue));
539 CompareType.apply(RHSValue);
543 IntType.apply(RHSValue);
547 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
663 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs)) {
678 const llvm::APSInt &second = IntType.convert(*RHSValue);
705 return MakeSymIntVal(symIntExpr, op, *RHSValue, resultTy);
710 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs))
711 return MakeSymIntVal(Sym, op, *RHSValue, resultTy);