Home
last modified time | relevance | path

Searched defs:LeftOperand (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp204 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 DFileCheckTest.cpp400 ExpressionValue LeftOperand(LeftValue); in doValueOperation() local
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp495 const SCEV *LeftOperand = SE.getSCEVAtScope(ICond->getOperand(0), L), in buildConditionSets() local
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1987 auto LeftOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {LHS}); in widenScalarMulo() local