Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h415 void replacePointerTypeArgs(cir::FuncOp oldF, cir::FuncOp newF);
H A DCIRGenModule.cpp896 void CIRGenModule::replacePointerTypeArgs(cir::FuncOp oldF, cir::FuncOp newF) { in replacePointerTypeArgs() function in CIRGenModule
939 replacePointerTypeArgs(oldF, newF); in applyReplacements()