Searched refs:getAnyExtendExpr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | ScalarEvolution.h | 531 const SCEV *getAnyExtendExpr(const SCEV *Op, Type *Ty);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 2117 const SCEV *ScalarEvolution::getAnyExtendExpr(const SCEV *Op, in getAnyExtendExpr() function in ScalarEvolution 2134 return getAnyExtendExpr(NewOp, Ty); in getAnyExtendExpr() 2152 Ops.push_back(getAnyExtendExpr(Op, Ty)); in getAnyExtendExpr() 2515 LargeOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr() 2527 LargeMulOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr() 4291 return getAnyExtendExpr(V, Ty); in getNoopOrAnyExtend()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | ScalarEvolutionExpander.cpp | 1588 NewOps[i] = SE.getAnyExtendExpr(S->op_begin()[i], CanonicalIV->getType()); in visitAddRecExpr()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LoopStrengthReduce.cpp | 4094 const SCEV *NewScaledReg = SE.getAnyExtendExpr(F.ScaledReg, SrcTy); in GenerateTruncates() 4101 const SCEV *NewBaseReg = SE.getAnyExtendExpr(BaseReg, SrcTy); in GenerateTruncates()
|