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

  /external/compiler-rt/lib/ubsan/
ubsan_value.h 180 bool isMinusOne() const {
  /external/llvm/include/llvm/IR/
Constants.h 177 bool isMinusOne() const {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 62 bool isMinusOne() const { return isInt() && IntVal == -1; }
262 if (That.isMinusOne()) {
765 if (CE.isMinusOne() || CE.isMinusTwo())
771 if (!CE.isMinusOne() && !CE.isOne())
798 if (Coeff.isMinusOne() || Coeff.isOne()) {
799 NeedNeg = Coeff.isMinusOne();
    [all...]

Completed in 58 milliseconds