Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2065 EVT CodePtrTy = TLI.getPointerTy(DAG.getDataLayout()); in ExpandLibCall() local
2068 Callee = DAG.getExternalSymbol(LibcallName, CodePtrTy); in ExpandLibCall()
2070 Callee = DAG.getUNDEF(CodePtrTy); in ExpandLibCall()