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

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ValueLattice.h 86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
149 assert((!isNotConstant() || getNotConstant() == V) &&
198 if (isNotConstant()) {
199 if (RHS.isNotConstant() && Val == RHS.Val)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ValueLattice.h 86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
149 assert((!isNotConstant() || getNotConstant() == V) &&
198 if (isNotConstant()) {
199 if (RHS.isNotConstant() && Val == RHS.Val)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ValueLattice.h 86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
149 assert((!isNotConstant() || getNotConstant() == V) &&
198 if (isNotConstant()) {
199 if (RHS.isNotConstant() && Val == RHS.Val)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ValueLattice.h 86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
149 assert((!isNotConstant() || getNotConstant() == V) &&
198 if (isNotConstant()) {
199 if (RHS.isNotConstant() && Val == RHS.Val)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ValueLattice.h 86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
149 assert((!isNotConstant() || getNotConstant() == V) &&
198 if (isNotConstant()) {
199 if (RHS.isNotConstant() && Val == RHS.Val)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ValueLattice.h 86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
149 assert((!isNotConstant() || getNotConstant() == V) &&
198 if (isNotConstant()) {
199 if (RHS.isNotConstant() && Val == RHS.Val)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ValueLattice.h 86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
149 assert((!isNotConstant() || getNotConstant() == V) &&
198 if (isNotConstant()) {
199 if (RHS.isNotConstant() && Val == RHS.Val)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ValueLattice.h 86 bool isNotConstant() const { return Tag == notconstant; }
96 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
149 assert((!isNotConstant() || getNotConstant() == V) &&
198 if (isNotConstant()) {
199 if (RHS.isNotConstant() && Val == RHS.Val)
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp 102 bool isNotConstant() const { return Tag == notconstant; }
112 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
156 assert((!isNotConstant() || getNotConstant() == V) &&
204 if (RHS.isNotConstant()) {
229 if (isNotConstant()) {
247 if (RHS.isNotConstant()) {
278 if (Val.isNotConstant())
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 122 bool isNotConstant() const { return Tag == notconstant; }
132 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
176 assert((!isNotConstant() || getNotConstant() == V) &&
224 if (RHS.isNotConstant()) {
242 if (isNotConstant()) {
258 if (RHS.isNotConstant()) {
289 if (Val.isNotConstant())
    [all...]

Completed in 778 milliseconds