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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 4043 unsigned UserOpc = User->getOpcode();
4044 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) &&
4048 if (UserOpc == OtherOpcode) {
4051 } else if (UserOpc == DivRemOpc) {
4054 assert(UserOpc == Opcode);
4058 if (UserOpc == ISD::SDIV || UserOpc == ISD::UDIV)
4060 else if (UserOpc == ISD::SREM || UserOpc == ISD::UREM
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp 5763 unsigned UserOpc = UserMI.getOpcode();
5776 switch (UserOpc) {
5885 switch (UserOpc) {

Completed in 36 milliseconds