Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h201 class SCEVCommutativeExpr : public SCEVNAryExpr {
203 SCEVCommutativeExpr(const FoldingSetNodeIDRef ID, in SCEVCommutativeExpr() function
222 class SCEVAddExpr : public SCEVCommutativeExpr {
227 : SCEVCommutativeExpr(ID, scAddExpr, O, N) {} in SCEVAddExpr()
244 class SCEVMulExpr : public SCEVCommutativeExpr {
249 : SCEVCommutativeExpr(ID, scMulExpr, O, N) {} in SCEVMulExpr()
368 class SCEVMinMaxExpr : public SCEVCommutativeExpr {
380 : SCEVCommutativeExpr(ID, T, O, N) { in SCEVMinMaxExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp1306 auto *CommOp = cast<SCEVCommutativeExpr>(Op); in getTruncateExpr()
8328 if (const SCEVCommutativeExpr *Comm = dyn_cast<SCEVCommutativeExpr>(V)) { in computeSCEVAtScope()