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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpressions.h 97 /// SCEVZeroExtendExpr - This class represents a zero extension of a small
100 class SCEVZeroExtendExpr : public SCEVCastExpr {
103 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
108 static inline bool classof(const SCEVZeroExtendExpr *S) { return true; }
468 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 92 class SCEVZeroExtendExpr : public SCEVCastExpr {
95 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
447 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
557 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 92 class SCEVZeroExtendExpr : public SCEVCastExpr {
95 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
447 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
601 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 92 class SCEVZeroExtendExpr : public SCEVCastExpr {
95 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
447 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
601 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 92 class SCEVZeroExtendExpr : public SCEVCastExpr {
95 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
447 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
601 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 92 class SCEVZeroExtendExpr : public SCEVCastExpr {
95 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
447 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
601 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 92 class SCEVZeroExtendExpr : public SCEVCastExpr {
95 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
447 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
601 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 92 class SCEVZeroExtendExpr : public SCEVCastExpr {
95 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
447 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
601 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 92 class SCEVZeroExtendExpr : public SCEVCastExpr {
95 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
447 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
601 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 92 class SCEVZeroExtendExpr : public SCEVCastExpr {
95 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
447 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
601 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 141 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
317 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
822 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 150 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
342 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
755 void visitZeroExtendExpr(const SCEVZeroExtendExpr *Numerator) {}
    [all...]

Completed in 399 milliseconds