Searched refs:RHSFX (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 14380 APFixedPoint RHSFX(Info.Ctx.getFixedPointSemantics(RHSTy)); in EvaluateComparisonBinaryOperator() local 14385 if (!EvaluateFixedPointOrInteger(E->getRHS(), RHSFX, Info) || !LHSOK) in EvaluateComparisonBinaryOperator() 14387 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator() 14389 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator() 15495 APFixedPoint RHSFX(Info.Ctx.getFixedPointSemantics(RHS->getType())); in VisitBinaryOperator() local 15496 if (!EvaluateFixedPointOrInteger(RHS, RHSFX, Info)) in VisitBinaryOperator() 15503 Result = LHSFX.add(RHSFX, &OpOverflow) in VisitBinaryOperator() 15508 Result = LHSFX.sub(RHSFX, &OpOverflow) in VisitBinaryOperator() 15513 Result = LHSFX.mul(RHSFX, &OpOverflow) in VisitBinaryOperator() 15518 if (RHSFX.getValue() == 0) { in VisitBinaryOperator() [all …]
|
| H A D | ASTContext.cpp | 11436 FunctionEffectsRef RHSFX = rproto->getFunctionEffects(); in mergeFunctionTypes() local 11437 if (LHSFX != RHSFX) { in mergeFunctionTypes() 11439 MergedFX = FunctionEffectSet::getIntersection(LHSFX, RHSFX); in mergeFunctionTypes() 11442 MergedFX = FunctionEffectSet::getUnion(LHSFX, RHSFX, Errs); in mergeFunctionTypes() 11449 if (*MergedFX != RHSFX) in mergeFunctionTypes()
|