Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp134 const IRUnitT **IRPtr = llvm::any_cast<const IRUnitT *>(&IR); in unwrapIR() local
135 return IRPtr ? *IRPtr : nullptr; in unwrapIR()