Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5993 const CallBase *PreallocatedCall = FindPreallocatedCall(&I); in visitIntrinsicCall() local
5994 SDValue SrcValue = DAG.getSrcValue(PreallocatedCall); in visitIntrinsicCall()
6002 const CallBase *PreallocatedCall = FindPreallocatedCall(I.getOperand(0)); in visitIntrinsicCall() local
6003 SDValue SrcValue = DAG.getSrcValue(PreallocatedCall); in visitIntrinsicCall()