Searched defs:isPhi (Results 1 – 2 of 2) sorted by relevance
78 auto isPhi = [](Instruction &I) { return isa<PHINode>(&I); }; TEST() local
801 bool isPhi() const { isPhi() function