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 189 bool isMinusOne() const {
  /external/llvm/include/llvm/IR/
Constants.h 176 bool isMinusOne() const {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 65 bool isMinusOne() const { return isInt() && IntVal == -1; }
299 if (That.isMinusOne()) {
821 if (CE.isMinusOne() || CE.isMinusTwo())
827 if (!CE.isMinusOne() && !CE.isOne())
854 if (Coeff.isMinusOne() || Coeff.isOne()) {
855 NeedNeg = Coeff.isMinusOne();
    [all...]

Completed in 59 milliseconds