Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp217 if (LeftOperand.isNegative()) in operator +()
218 return RightOperand - LeftOperand.getAbsolute(); in operator +()
222 return LeftOperand - RightOperand.getAbsolute(); in operator +()
253 if (LeftOperand.isNegative()) in operator -()
258 return LeftOperand + RightOperand.getAbsolute(); in operator -()
293 return RightOperand * LeftOperand; in operator *()
298 if (LeftOperand.isNegative()) { in operator *()
351 if (LeftOperand.isNegative()) in max()
354 return LeftOperand; in max()
359 if (cantFail(max(LeftOperand, RightOperand)) == LeftOperand) in min()
[all …]
H A DFileCheckImpl.h354 std::unique_ptr<ExpressionAST> LeftOperand;
367 LeftOperand = std::move(LeftOp); in BinaryOperation()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp495 const SCEV *LeftOperand = SE.getSCEVAtScope(ICond->getOperand(0), L), in buildConditionSets() local
498 LeftOperand = tryForwardThroughPHI(LeftOperand, R, SE, &SD); in buildConditionSets()
504 buildUnsignedConditionSets(BB, Condition, Domain, LeftOperand, in buildConditionSets()
509 buildUnsignedConditionSets(BB, Condition, Domain, LeftOperand, in buildConditionSets()
515 LeftOperand, InvalidDomainMap, true); in buildConditionSets()
520 LeftOperand, InvalidDomainMap, false); in buildConditionSets()
523 LHS = getPwAff(BB, InvalidDomainMap, LeftOperand, NonNeg); in buildConditionSets()
/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp400 ExpressionValue LeftOperand(LeftValue); in doValueOperation() local
402 return Operation(LeftOperand, RightOperand); in doValueOperation()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1987 auto LeftOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {LHS}); in widenScalarMulo() local
1991 {LeftOperand, RightOperand}); in widenScalarMulo()