Home
last modified time | relevance | path

Searched refs:IncomingInst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2280 if (auto *IncomingInst = dyn_cast<Instruction>(IncomingV)) in VisitPHI() local
2281 if (auto MaybeIP = IncomingInst->getInsertionPointAfterDef()) in VisitPHI()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6012 auto *IncomingInst = dyn_cast<BinaryOperator>(Incoming); in createNodeForPHIWithIdenticalOperands() local
6013 if (!IncomingInst) in createNodeForPHIWithIdenticalOperands()
6016 if (!CommonInst->isIdenticalToWhenDefined(IncomingInst)) in createNodeForPHIWithIdenticalOperands()
6020 CommonInst = IncomingInst; in createNodeForPHIWithIdenticalOperands()