Home | History | Annotate | Download | only in Core

Lines Matching refs:RHSValue

342         llvm::APSInt RHSValue = *KnownRHSValue;
348 APSIntType(RHSValue));
350 CompareType.apply(RHSValue);
354 IntType.apply(RHSValue);
358 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
454 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) {
469 const llvm::APSInt &second = IntType.convert(*RHSValue);
486 return MakeSymIntVal(symIntExpr, op, *RHSValue, resultTy);
500 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs))
501 return MakeSymIntVal(Sym, op, *RHSValue, resultTy);