Searched refs:MaybeF (Results 1 – 1 of 1) sorted by relevance
1344 if (const auto *MaybeF = unwrapIR<Function>(IR)) { in GetFunctions() local1345 Functions.push_back(const_cast<Function *>(MaybeF)); in GetFunctions()