HomeSort by relevance Sort by last modified time
    Searched defs:SCEVSignExtendExpr (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpressions.h 115 /// SCEVSignExtendExpr - This class represents a sign extension of a small
118 class SCEVSignExtendExpr : public SCEVCastExpr {
121 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
126 static inline bool classof(const SCEVSignExtendExpr *S) { return true; }
470 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S);
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 107 class SCEVSignExtendExpr : public SCEVCastExpr {
110 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
449 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S);
562 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 121 class SCEVSignExtendExpr : public SCEVCastExpr {
124 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
456 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S);
618 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 148 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
325 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
818 if (const SCEVSignExtendExpr *SS = dyn_cast<SCEVSignExtendExpr>(Op))
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 157 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
350 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
756 void visitSignExtendExpr(const SCEVSignExtendExpr *Numerator) {}
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp 244 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
435 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
914 void visitSignExtendExpr(const SCEVSignExtendExpr *Numerator) {}
    [all...]

Completed in 797 milliseconds