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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DScalarEvolution.h575 const SCEV *getAnyExtendExpr(const SCEV *Op, Type *Ty);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp1299 /// getAnyExtendExpr - Return a SCEV for the given operand extended with
1302 const SCEV *ScalarEvolution::getAnyExtendExpr(const SCEV *Op, function in class:ScalarEvolution
1319 return getAnyExtendExpr(NewOp, Ty);
1338 Ops.push_back(getAnyExtendExpr(*I, Ty));
1550 LargeOps.push_back(getAnyExtendExpr(C, SrcType));
1563 LargeMulOps.push_back(getAnyExtendExpr(C, SrcType));
2847 return getAnyExtendExpr(V, Ty);
H A DScalarEvolutionExpander.cpp1289 NewOps[i] = SE.getAnyExtendExpr(S->op_begin()[i], CanonicalIV->getType());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3410 if (F.ScaledReg) F.ScaledReg = SE.getAnyExtendExpr(F.ScaledReg, *I);
3413 *J = SE.getAnyExtendExpr(*J, SrcTy);

Completed in 127 milliseconds