Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h108 SCEVCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy, const SCEV *op,
143 SCEVIntegralCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy,
H A DScalarEvolution.h138 explicit SCEV(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy,
140 : FastID(ID), SCEVType(SCEVTy), ExpressionSize(ExpressionSize) {}
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp519 SCEVCastExpr::SCEVCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy, in SCEVCastExpr() argument
521 : SCEV(ID, SCEVTy, computeExpressionSize(op)), Op(op), Ty(ty) {} in SCEVCastExpr()
531 SCEVTypes SCEVTy, const SCEV *op, in SCEVIntegralCastExpr() argument
533 : SCEVCastExpr(ID, SCEVTy, op, ty) {} in SCEVIntegralCastExpr()