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