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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionDivision.h 39 void visitSignExtendExpr(const SCEVSignExtendExpr *Numerator) {}
ScalarEvolutionExpressions.h 167 class SCEVSignExtendExpr : public SCEVIntegralCastExpr {
170 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
580 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S);
754 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 278 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
497 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
1201 if (const SCEVSignExtendExpr *SS = dyn_cast<SCEVSignExtendExpr>(Op))
1324 struct ExtendOpTraits<SCEVSignExtendExpr> : public ExtendOpTraitsBase {
1337 SCEVSignExtendExpr>::GetExtendExpr = &ScalarEvolution::getSignExtendExpr;
1881 if (const SCEVSignExtendExpr *SS = dyn_cast<SCEVSignExtendExpr>(Op)
    [all...]
DependenceAnalysis.cpp 875 (isa<SCEVSignExtendExpr>(Src) && isa<SCEVSignExtendExpr>(Dst))) {
970 if ((isa<SCEVSignExtendExpr>(X) &&
971 isa<SCEVSignExtendExpr>(Y)) ||
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 454 Value *visitSignExtendExpr(const SCEVSignExtendExpr *S);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 945 return isHighCostExpansion(cast<SCEVSignExtendExpr>(S)->getOperand(),
2781 return getExprBase(cast<SCEVSignExtendExpr>(S)->getOperand());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1716 Value *SCEVExpander::visitSignExtendExpr(const SCEVSignExtendExpr *S) {

Completed in 27 milliseconds