Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h239 class SCEVCommutativeExpr : public SCEVNAryExpr {
241 SCEVCommutativeExpr(const FoldingSetNodeIDRef ID, in SCEVCommutativeExpr() function
260 class SCEVAddExpr : public SCEVCommutativeExpr {
266 : SCEVCommutativeExpr(ID, scAddExpr, O, N) { in SCEVAddExpr()
286 class SCEVMulExpr : public SCEVCommutativeExpr {
291 : SCEVCommutativeExpr(ID, scMulExpr, O, N) {} in SCEVMulExpr()
430 class SCEVMinMaxExpr : public SCEVCommutativeExpr {
442 : SCEVCommutativeExpr(ID, T, O, N) { in SCEVMinMaxExpr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1232 auto *CommOp = cast<SCEVCommutativeExpr>(Op); in getTruncateExpr()
8963 if (const SCEVCommutativeExpr *Comm = dyn_cast<SCEVCommutativeExpr>(V)) { in computeSCEVAtScope()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5919 bool pushArithmeticExpr(const llvm::SCEVCommutativeExpr *CommExpr, in pushArithmeticExpr()