Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp186 Expected<ExpressionValue> llvm::operator+(const ExpressionValue &LeftOperand, in operator +()
217 Expected<ExpressionValue> llvm::operator-(const ExpressionValue &LeftOperand, in operator -()
267 Expected<ExpressionValue> llvm::operator*(const ExpressionValue &LeftOperand, in operator *()
299 Expected<ExpressionValue> llvm::operator/(const ExpressionValue &LeftOperand, in operator /()
319 Expected<ExpressionValue> llvm::max(const ExpressionValue &LeftOperand, in max()
339 Expected<ExpressionValue> llvm::min(const ExpressionValue &LeftOperand, in min()
/external/llvm-project/llvm/unittests/FileCheck/
DFileCheckTest.cpp361 ExpressionValue LeftOperand(LeftValue); in doValueOperation() local
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp496 const SCEV *LeftOperand = SE.getSCEVAtScope(ICond->getOperand(0), L), in buildConditionSets() local