Searched refs:SCEVBinaryExpr_match (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionPatternMatch.h | 165 struct SCEVBinaryExpr_match { struct 169 SCEVBinaryExpr_match(Op0_t Op0, Op1_t Op1) : Op0(Op0), Op1(Op1) {} in SCEVBinaryExpr_match() function 179 inline SCEVBinaryExpr_match<SCEVTy, Op0_t, Op1_t> argument 181 return SCEVBinaryExpr_match<SCEVTy, Op0_t, Op1_t>(Op0, Op1); in m_scev_Binary() 185 inline SCEVBinaryExpr_match<SCEVAddExpr, Op0_t, Op1_t> 191 inline SCEVBinaryExpr_match<SCEVMulExpr, Op0_t, Op1_t> 197 inline SCEVBinaryExpr_match<SCEVUDivExpr, Op0_t, Op1_t> 207 SCEVBinaryExpr_match<SCEVAddRecExpr, Op0_t, Op1_t> Ops;
|