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

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ValueLattice.h 43 notconstant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
53 /// the constant if this is a 'constant' or 'notconstant' value.
86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
152 Tag = notconstant;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ValueLattice.h 43 notconstant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
53 /// the constant if this is a 'constant' or 'notconstant' value.
86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
152 Tag = notconstant;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ValueLattice.h 43 notconstant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
53 /// the constant if this is a 'constant' or 'notconstant' value.
86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
152 Tag = notconstant;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ValueLattice.h 43 notconstant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
53 /// the constant if this is a 'constant' or 'notconstant' value.
86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
152 Tag = notconstant;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ValueLattice.h 43 notconstant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
53 /// the constant if this is a 'constant' or 'notconstant' value.
86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
152 Tag = notconstant;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ValueLattice.h 43 notconstant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
53 /// the constant if this is a 'constant' or 'notconstant' value.
86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
152 Tag = notconstant;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ValueLattice.h 43 notconstant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
53 /// the constant if this is a 'constant' or 'notconstant' value.
86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
152 Tag = notconstant;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ValueLattice.h 43 notconstant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
53 /// the constant if this is a 'constant' or 'notconstant' value.
86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
152 Tag = notconstant;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp 62 /// notconstant - This Value is known to not have the specified value.
63 notconstant, enumerator in enum:__anon35890::LVILatticeVal::LatticeValueTy
74 /// the constant if this is a 'constant' or 'notconstant' value.
102 bool isNotConstant() const { return Tag == notconstant; }
112 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
159 Tag = notconstant;
279 return OS << "notconstant<" << *Val.getNotConstant() << '>';
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 79 notconstant, enumerator in enum:__anon27179::LVILatticeVal::LatticeValueTy
89 /// the constant if this is a 'constant' or 'notconstant' value.
122 bool isNotConstant() const { return Tag == notconstant; }
132 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
179 Tag = notconstant;
290 return OS << "notconstant<" << *Val.getNotConstant() << '>';
    [all...]

Completed in 4819 milliseconds