Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getInstruction

1127   if (isAllocLikeFn(CS.getInstruction(), TLI))
1128 return visitAllocSite(*CS.getInstruction());
1146 Instruction *OldCall = CS.getInstruction();
1167 if (!CS.getInstruction()->getType()->isVoidTy())
1168 ReplaceInstUsesWith(*CS.getInstruction(),
1169 UndefValue::get(CS.getInstruction()->getType()));
1171 if (isa<InvokeInst>(CS.getInstruction())) {
1181 CS.getInstruction());
1183 return EraseInstFromFunction(*CS.getInstruction());
1214 if (CallInst *CI = dyn_cast<CallInst>(CS.getInstruction())) {
1221 return Changed ? CS.getInstruction() : nullptr;
1232 Instruction *Caller = CS.getInstruction();
1523 Instruction *Caller = CS.getInstruction();
1640 return CS.getInstruction();