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

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FlagsCopyLowering.cpp 835 auto AddI =
840 (void)AddI;
841 LLVM_DEBUG(dbgs() << " add cond: "; AddI->dump());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 5735 Instruction *AddI = nullptr;
5737 m_Instruction(AddI))) &&
5743 if (AddI->getOpcode() == Instruction::Add &&
5744 OptimizeOverflowCheck(Instruction::Add, /*Signed*/ false, A, B, *AddI,
5746 replaceInstUsesWith(*AddI, Result);
5747 eraseInstFromFunction(*AddI);

Completed in 21 milliseconds