Home | History | Annotate | Download | only in Core

Lines Matching defs:RHSValue

368         llvm::APSInt RHSValue = *KnownRHSValue;
374 APSIntType(RHSValue));
376 CompareType.apply(RHSValue);
380 IntType.apply(RHSValue);
384 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
480 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) {
495 const llvm::APSInt &second = IntType.convert(*RHSValue);
512 return MakeSymIntVal(symIntExpr, op, *RHSValue, resultTy);
526 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs))
527 return MakeSymIntVal(Sym, op, *RHSValue, resultTy);