Searched refs:getTruncateExpr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DScalarEvolutionNormalization.cpp101 case scTruncate: return SE.getTruncateExpr(N, S->getType());
H A DScalarEvolution.cpp813 const SCEV *ScalarEvolution::getTruncateExpr(const SCEV *Op, function in class:ScalarEvolution
835 return getTruncateExpr(ST->getOperand(), Ty);
851 const SCEV *S = getTruncateExpr(SA->getOperand(i), Ty);
866 const SCEV *S = getTruncateExpr(SM->getOperand(i), Ty);
879 Operands.push_back(getTruncateExpr(AddRec->getOperand(i), Ty));
1581 return getTruncateExpr(Fold, DstType);
2780 return getTruncateExpr(V, Ty);
2797 return getTruncateExpr(V, Ty);
2862 return getTruncateExpr(V, Ty);
3659 getZeroExtendExpr(getTruncateExpr(getSCE
[all...]
H A DScalarEvolutionExpander.cpp1300 V = expandCodeFor(SE.getTruncateExpr(SE.getUnknown(V), Ty), 0,
1643 SE.getTruncateExpr(SE.getSCEV(Phi), Phis.back()->getType());
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DScalarEvolution.h572 const SCEV *getTruncateExpr(const SCEV *Op, Type *Ty);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1486 IVInit = SE->getTruncateExpr(IVInit, IVCount->getType());

Completed in 215 milliseconds