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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionDivision.h 38 void visitZeroExtendExpr(const SCEVZeroExtendExpr *Numerator) {}
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) {
  /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...]
DependenceAnalysis.cpp 874 if ((isa<SCEVZeroExtendExpr>(Src) && isa<SCEVZeroExtendExpr>(Dst)) ||
972 (isa<SCEVZeroExtendExpr>(X) &&
973 isa<SCEVZeroExtendExpr>(Y))) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 452 Value *visitZeroExtendExpr(const SCEVZeroExtendExpr *S);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 942 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
2779 return getExprBase(cast<SCEVZeroExtendExpr>(S)->getOperand());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1708 Value *SCEVExpander::visitZeroExtendExpr(const SCEVZeroExtendExpr *S) {

Completed in 63 milliseconds