HomeSort by: relevance | last modified time | path
    Searched refs:m_SpecificIntAllowUndef (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 893 inline specific_intval<true> m_SpecificIntAllowUndef(APInt V) {
897 inline specific_intval<true> m_SpecificIntAllowUndef(uint64_t V) {
898 return m_SpecificIntAllowUndef(APInt(64, V));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 368 m_SpecificIntAllowUndef(BitWidth - 1)),
InstCombineAndOrXor.cpp 2153 match(ConstantExpr::getAdd(LC, RC), m_SpecificIntAllowUndef(Width)))

Completed in 34 milliseconds