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

  /external/llvm/include/llvm/Support/
PatternMatch.h 272 /// m_SignBit() - Match an integer or vector with only the sign bit(s) set.
273 inline cst_pred_ty<is_sign_bit> m_SignBit() {return cst_pred_ty<is_sign_bit>();}
274 inline api_pred_ty<is_sign_bit> m_SignBit(const APInt *&V) { return V; }
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 229 milliseconds