Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3669 Value *FirstValue = Item.first->getIncomingValueForBlock(B); in MatchPhiNode() local
3671 if (FirstValue == SecondValue) in MatchPhiNode()
3674 PHINode *FirstPhi = dyn_cast<PHINode>(FirstValue); in MatchPhiNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8358 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local
8359 KnownBits Known = computeKnownBits(FirstValue, DL, 0, &AC, in computeShiftCompareExitLimit()