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

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 323 Instruction *AddInst = dyn_cast<Instruction>(
328 assert((AddInst->getOpcode() == Instruction::Add &&
329 AddInst->getOperand(0) == II->getOperand(0)) &&
332 AddVal->replaceAllUsesWith(AddInst);
334 return AddInst;
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 866 const MCInstrDesc& AddInst = TII.get( isPPC64 ? PPC::ADD8
    [all...]

Completed in 137 milliseconds