Searched defs:LeftOperand (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 204 Expected<ExpressionValue> llvm::operator+(const ExpressionValue &LeftOperand, in operator +() 235 Expected<ExpressionValue> llvm::operator-(const ExpressionValue &LeftOperand, in operator -() 285 Expected<ExpressionValue> llvm::operator*(const ExpressionValue &LeftOperand, in operator *() 317 Expected<ExpressionValue> llvm::operator/(const ExpressionValue &LeftOperand, in operator /() 337 Expected<ExpressionValue> llvm::max(const ExpressionValue &LeftOperand, in max() 357 Expected<ExpressionValue> llvm::min(const ExpressionValue &LeftOperand, in min()
|
| /llvm-project-15.0.7/llvm/unittests/FileCheck/ |
| H A D | FileCheckTest.cpp | 400 ExpressionValue LeftOperand(LeftValue); in doValueOperation() local
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopBuilder.cpp | 495 const SCEV *LeftOperand = SE.getSCEVAtScope(ICond->getOperand(0), L), in buildConditionSets() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 1987 auto LeftOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {LHS}); in widenScalarMulo() local
|