Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3141 Value *FirstValue = Item.first->getIncomingValueForBlock(B); in MatchPhiNode() local
3143 if (FirstValue == SecondValue) in MatchPhiNode()
3146 PHINode *FirstPhi = dyn_cast<PHINode>(FirstValue); in MatchPhiNode()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp7613 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local
7614 KnownBits Known = computeKnownBits(FirstValue, DL, 0, nullptr, in computeShiftCompareExitLimit()