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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpressions.h 34 /// SCEVConstant - This class represents a constant integer value.
36 class SCEVConstant : public SCEV {
40 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) :
48 static inline bool classof(const SCEVConstant *S) { return true; }
464 return ((SC*)this)->visitConstant((const SCEVConstant*)S);
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 36 class SCEVConstant : public SCEV {
40 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) :
443 return ((SC*)this)->visitConstant((const SCEVConstant*)S);
548 const SCEV *visitConstant(const SCEVConstant *Constant) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 36 class SCEVConstant : public SCEV {
40 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) :
443 return ((SC*)this)->visitConstant((const SCEVConstant*)S);
592 const SCEV *visitConstant(const SCEVConstant *Constant) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 36 class SCEVConstant : public SCEV {
40 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) :
443 return ((SC*)this)->visitConstant((const SCEVConstant*)S);
592 const SCEV *visitConstant(const SCEVConstant *Constant) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 36 class SCEVConstant : public SCEV {
40 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) :
443 return ((SC*)this)->visitConstant((const SCEVConstant*)S);
592 const SCEV *visitConstant(const SCEVConstant *Constant) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 36 class SCEVConstant : public SCEV {
40 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) :
443 return ((SC*)this)->visitConstant((const SCEVConstant*)S);
592 const SCEV *visitConstant(const SCEVConstant *Constant) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 36 class SCEVConstant : public SCEV {
40 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) :
443 return ((SC*)this)->visitConstant((const SCEVConstant*)S);
592 const SCEV *visitConstant(const SCEVConstant *Constant) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 36 class SCEVConstant : public SCEV {
40 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) :
443 return ((SC*)this)->visitConstant((const SCEVConstant*)S);
592 const SCEV *visitConstant(const SCEVConstant *Constant) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 36 class SCEVConstant : public SCEV {
40 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) :
443 return ((SC*)this)->visitConstant((const SCEVConstant*)S);
592 const SCEV *visitConstant(const SCEVConstant *Constant) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 36 class SCEVConstant : public SCEV {
40 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) :
443 return ((SC*)this)->visitConstant((const SCEVConstant*)S);
592 const SCEV *visitConstant(const SCEVConstant *Constant) {

Completed in 272 milliseconds