Home
last modified time | relevance | path

Searched refs:getAnyExtendExpr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h520 const SCEV *getAnyExtendExpr(const SCEV *Op, Type *Ty);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2104 const SCEV *ScalarEvolution::getAnyExtendExpr(const SCEV *Op, in getAnyExtendExpr() function in ScalarEvolution
2121 return getAnyExtendExpr(NewOp, Ty); in getAnyExtendExpr()
2139 Ops.push_back(getAnyExtendExpr(Op, Ty)); in getAnyExtendExpr()
2424 LargeOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr()
2436 LargeMulOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr()
4090 return getAnyExtendExpr(V, Ty); in getNoopOrAnyExtend()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4058 const SCEV *NewScaledReg = SE.getAnyExtendExpr(F.ScaledReg, SrcTy); in GenerateTruncates()
4065 const SCEV *NewBaseReg = SE.getAnyExtendExpr(BaseReg, SrcTy); in GenerateTruncates()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1574 NewOps[i] = SE.getAnyExtendExpr(S->op_begin()[i], CanonicalIV->getType()); in visitAddRecExpr()