Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DPointerTypeAnalysis.cpp23 TypedPointerType *classifyPointerType(const Value *V) { in classifyPointerType() function
47 return TypedPointerType::get(classifyPointerType(User), in classifyPointerType()
74 Type *NewRetTy = classifyPointerType(RetInst->getReturnValue()); in classifyFunctionType()
88 TypedPointerType *NewTy = classifyPointerType(&A); in classifyFunctionType()
105 Map[&G] = classifyPointerType(&G); in run()
113 Map[&I] = classifyPointerType(&I); in run()