Home
last modified time | relevance | path

Searched refs:InstToReplace (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp121 IntrinsicInst &OldIntr, Instruction &InstToReplace, unsigned NewIntr, in modifyIntrinsicCall() argument
141 if (!InstToReplace.getType()->isVoidTy()) in modifyIntrinsicCall()
142 IC.replaceInstUsesWith(InstToReplace, NewCall); in modifyIntrinsicCall()
144 bool RemoveOldIntr = &OldIntr != &InstToReplace; in modifyIntrinsicCall()
146 auto *RetValue = IC.eraseInstFromFunction(InstToReplace); in modifyIntrinsicCall()