Home
last modified time | relevance | path

Searched defs:isPhi (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/IR/
H A DBasicBlockTest.cpp78 auto isPhi = [](Instruction &I) { return isa<PHINode>(&I); }; TEST() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h801 bool isPhi() const { isPhi() function