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 380 Instruction *AddInst = dyn_cast<Instruction>(
385 assert((AddInst->getOpcode() == Instruction::Add &&
386 AddInst->getOperand(0) == II->getOperand(0)) &&
389 AddVal->replaceAllUsesWith(AddInst);
391 return AddInst;
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 79 milliseconds