Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getInstruction

1937   if (isAllocLikeFn(CS.getInstruction(), TLI))
1938 return visitAllocSite(*CS.getInstruction());
1950 isKnownNonNullAt(V, CS.getInstruction(), DT, TLI))
1959 LLVMContext &Ctx = CS.getInstruction()->getContext();
1980 Instruction *OldCall = CS.getInstruction();
2001 if (!CS.getInstruction()->getType()->isVoidTy())
2002 ReplaceInstUsesWith(*CS.getInstruction(),
2003 UndefValue::get(CS.getInstruction()->getType()));
2005 if (isa<InvokeInst>(CS.getInstruction())) {
2015 CS.getInstruction());
2017 return EraseInstFromFunction(*CS.getInstruction());
2048 if (CallInst *CI = dyn_cast<CallInst>(CS.getInstruction())) {
2055 return Changed ? CS.getInstruction() : nullptr;
2070 Instruction *Caller = CS.getInstruction();
2375 Instruction *Caller = CS.getInstruction();
2492 return CS.getInstruction();