Searched refs:SCEVCastExpr (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 103 class SCEVCastExpr : public SCEV { 108 SCEVCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy, const SCEV *op, 130 class SCEVPtrToIntExpr : public SCEVCastExpr { 141 class SCEVIntegralCastExpr : public SCEVCastExpr {
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 2011 costAndCollectOperands<SCEVCastExpr>(WorkItem, TTI, CostKind, Worklist); in isHighCostExpansionHelper()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 6452 bool pushCast(const llvm::SCEVCastExpr *C, bool IsSigned) { in pushCast() 6484 } else if (const SCEVCastExpr *Cast = dyn_cast<SCEVCastExpr>(S)) { in pushSCEV()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 390 return cast<SCEVCastExpr>(this)->getType(); in getType() 424 return cast<SCEVCastExpr>(this)->operands(); in operands() 519 SCEVCastExpr::SCEVCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy, in SCEVCastExpr() function in SCEVCastExpr 525 : SCEVCastExpr(ID, scPtrToInt, Op, ITy) { in SCEVPtrToIntExpr() 533 : SCEVCastExpr(ID, SCEVTy, op, ty) {} in SCEVIntegralCastExpr()
|