Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2080 auto destPtrTy = cast<llvm::PointerType>(destTy); in tryEmitAbsolute() local
2083 return CGM.getNullPointer(destPtrTy, DestType); in tryEmitAbsolute()
2089 auto intptrTy = CGM.getDataLayout().getIntPtrType(destPtrTy); in tryEmitAbsolute()
2094 C = llvm::ConstantExpr::getIntToPtr(C, destPtrTy); in tryEmitAbsolute()