Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1595 unsigned ExprAS = Context.getTargetAddressSpace(E->getType()); in VisitSYCLUniqueStableNameExpr() local
1597 if (GlobalConstStr->getType()->getPointerAddressSpace() == ExprAS) in VisitSYCLUniqueStableNameExpr()
1601 llvm::PointerType *NewPtrTy = llvm::PointerType::get(EltTy, ExprAS); in VisitSYCLUniqueStableNameExpr()