Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp125 for (MemIntrinsic *MemCall : MemCalls) { in runOnFunction()
126 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction()
128 } else if (MemMoveInst *Memmove = dyn_cast<MemMoveInst>(MemCall)) { in runOnFunction()
130 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction()
133 MemCall->eraseFromParent(); in runOnFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2350 auto *MemCall = new (S.Context) in BuiltinInvoke() local
2353 return S.ActOnCallExpr(S.getCurScope(), MemCall, TheCall->getBeginLoc(), in BuiltinInvoke()