Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2339 llvm::Type *DestAddrTy = Dest.getAddress(*this).getType(); in EmitAsmStmt() local
2347 DestAddrTy = llvm::PointerType::get( in EmitAsmStmt()
2349 cast<llvm::PointerType>(DestAddrTy)->getAddressSpace()); in EmitAsmStmt()
2350 DestPtr = Builder.CreateBitCast(DestPtr, DestAddrTy); in EmitAsmStmt()
2352 ArgTypes.push_back(DestAddrTy); in EmitAsmStmt()