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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 544 if (match(Op1, m_Undef()))
673 if (match(Op0, m_Undef()) || match(Op1, m_Undef()))
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 80 inline class_match<UndefValue> m_Undef() { return class_match<UndefValue>(); }
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]

Completed in 88 milliseconds