Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp391 llvm::APSInt SecondValue = CASA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs() local
395 if (FirstValue != SecondValue) { in CheckForDuplicateLoopAttrs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3925 Value *SecondValue = Item.second->getIncomingValueForBlock(B); in MatchPhiNode() local
3926 if (FirstValue == SecondValue) in MatchPhiNode()
3930 PHINode *SecondPhi = dyn_cast<PHINode>(SecondValue); in MatchPhiNode()