Searched defs:LeftOperand (Results 1 – 3 of 3) sorted by relevance
186 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()
361 ExpressionValue LeftOperand(LeftValue); in doValueOperation() local
496 const SCEV *LeftOperand = SE.getSCEVAtScope(ICond->getOperand(0), L), in buildConditionSets() local