Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3574 PointerType *PointerTypeVar = Type::getInt8PtrTy(M.getContext()); in createOMPInteropInit() local
3575 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropInit()
3601 PointerType *PointerTypeVar = Type::getInt8PtrTy(M.getContext()); in createOMPInteropDestroy() local
3602 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropDestroy()
3629 PointerType *PointerTypeVar = Type::getInt8PtrTy(M.getContext()); in createOMPInteropUse() local
3630 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropUse()