HomeSort by: relevance | last modified time | path
    Searched defs:SCEVZeroExtendExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 271 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
490 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
1205 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
1340 struct ExtendOpTraits<SCEVZeroExtendExpr> : public ExtendOpTraitsBase {
1353 SCEVZeroExtendExpr>::GetExtendExpr = &ScalarEvolution::getZeroExtendExpr;
1579 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 152 class SCEVZeroExtendExpr : public SCEVIntegralCastExpr {
155 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
578 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
747 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {

Completed in 58 milliseconds