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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 3155 Value *NotM;
3156 if (match(M, m_Not(m_Value(NotM)))) {
3158 Value *NewA = Builder.CreateAnd(D, NotM);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 7705 SDValue NotM = DAG.getNOT(DL, M, VT);
7706 SDValue RHS = DAG.getNode(ISD::AND, DL, VT, Y, NotM);

Completed in 60 milliseconds