Home
last modified time | relevance | path

Searched refs:RightOperand (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp218 return RightOperand - LeftOperand.getAbsolute(); in operator +()
221 if (RightOperand.isNegative()) in operator +()
222 return LeftOperand - RightOperand.getAbsolute(); in operator +()
257 if (RightOperand.isNegative()) in operator -()
258 return LeftOperand + RightOperand.getAbsolute(); in operator -()
292 if (RightOperand.isNegative()) in operator *()
293 return RightOperand * LeftOperand; in operator *()
324 if (RightOperand == ExpressionValue(0)) in operator /()
352 return RightOperand; in max()
360 return RightOperand; in min()
[all …]
H A DFileCheckImpl.h357 std::unique_ptr<ExpressionAST> RightOperand; variable
368 RightOperand = std::move(RightOp); in BinaryOperation()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp496 *RightOperand = SE.getSCEVAtScope(ICond->getOperand(1), L); in buildConditionSets() local
499 RightOperand = tryForwardThroughPHI(RightOperand, R, SE, &SD); in buildConditionSets()
505 RightOperand, InvalidDomainMap, true); in buildConditionSets()
510 RightOperand, InvalidDomainMap, false); in buildConditionSets()
514 buildUnsignedConditionSets(BB, Condition, Domain, RightOperand, in buildConditionSets()
519 buildUnsignedConditionSets(BB, Condition, Domain, RightOperand, in buildConditionSets()
524 RHS = getPwAff(BB, InvalidDomainMap, RightOperand, NonNeg); in buildConditionSets()
/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp401 ExpressionValue RightOperand(RightValue); in doValueOperation() local
402 return Operation(LeftOperand, RightOperand); in doValueOperation()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1988 auto RightOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {RHS}); in widenScalarMulo() local
1991 {LeftOperand, RightOperand}); in widenScalarMulo()