Searched refs:PhiVar (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp303 PHINode *PhiVar = cast<PHINode>(I); local
304 Type *PhiTy = PhiVar->getType();
309 dyn_cast<SCEVAddRecExpr>(SE->getSCEV(PhiVar));
318 return PhiVar;

Completed in 43 milliseconds