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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3412 Value *FirstValue = Item.first->getIncomingValueForBlock(B); local
3414 if (FirstValue == SecondValue)
3417 PHINode *FirstPhi = dyn_cast<PHINode>(FirstValue);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7735 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor);
7736 KnownBits Known = computeKnownBits(FirstValue, DL, 0, nullptr,

Completed in 144 milliseconds