Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getInstruction

881   if (isAllocLikeFn(CS.getInstruction(), TLI))
882 return visitAllocSite(*CS.getInstruction());
900 Instruction *OldCall = CS.getInstruction();
921 if (!CS.getInstruction()->getType()->isVoidTy())
922 ReplaceInstUsesWith(*CS.getInstruction(),
923 UndefValue::get(CS.getInstruction()->getType()));
925 if (isa<InvokeInst>(CS.getInstruction())) {
935 CS.getInstruction());
937 return EraseInstFromFunction(*CS.getInstruction());
968 if (CallInst *CI = dyn_cast<CallInst>(CS.getInstruction())) {
975 return Changed ? CS.getInstruction() : 0;
986 Instruction *Caller = CS.getInstruction();
1288 Instruction *Caller = CS.getInstruction();
1404 return CS.getInstruction();