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

  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 127 bool isOrExpr() const { return isOr; }
155 bool isOr;
216 isOr = (I->getOpcode() == Instruction::Or);
224 isOr = true;
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 955 signed char isOr; /* this term is preceded by "OR" */
994 int nextIsOr; /* Set the isOr flag on the next inserted term */
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c     [all...]

Completed in 48 milliseconds