Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h80 SCEVCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy, const SCEV *op,
123 SCEVIntegralCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy,
DScalarEvolution.h123 explicit SCEV(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy,
125 : FastID(ID), SCEVType(SCEVTy), ExpressionSize(ExpressionSize) {}
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp467 SCEVCastExpr::SCEVCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy, in SCEVCastExpr() argument
469 : SCEV(ID, SCEVTy, computeExpressionSize(op)), Ty(ty) { in SCEVCastExpr()
481 SCEVTypes SCEVTy, const SCEV *op, in SCEVIntegralCastExpr() argument
483 : SCEVCastExpr(ID, SCEVTy, op, ty) {} in SCEVIntegralCastExpr()