Home
last modified time | relevance | path

Searched defs:getPointerTo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h117 cir::PointerType getPointerTo(mlir::Type ty) { in getPointerTo() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp874 PointerType *Type::getPointerTo(unsigned AddrSpace) const { in getPointerTo() function in Type