Home
last modified time | relevance | path

Searched refs:SCEVCommutativeExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h247 class SCEVCommutativeExpr : public SCEVNAryExpr {
249 SCEVCommutativeExpr(const FoldingSetNodeIDRef ID, enum SCEVTypes T, in SCEVCommutativeExpr() function
266 class SCEVAddExpr : public SCEVCommutativeExpr {
272 : SCEVCommutativeExpr(ID, scAddExpr, O, N) { in SCEVAddExpr()
290 class SCEVMulExpr : public SCEVCommutativeExpr {
294 : SCEVCommutativeExpr(ID, scMulExpr, O, N) {} in SCEVMulExpr()
424 class SCEVMinMaxExpr : public SCEVCommutativeExpr {
436 : SCEVCommutativeExpr(ID, T, O, N) { in SCEVMinMaxExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6133 bool pushArithmeticExpr(const llvm::SCEVCommutativeExpr *CommExpr, in pushArithmeticExpr()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1179 auto *CommOp = cast<SCEVCommutativeExpr>(Op); in getTruncateExpr()