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

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 460 Instruction *AddInst = dyn_cast<Instruction>(
465 assert((AddInst->getOpcode() == Instruction::Add &&
466 AddInst->getOperand(0) == II->getOperand(0)) &&
469 AddVal->replaceAllUsesWith(AddInst);
471 return AddInst;
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 172 milliseconds