Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp410 llvm::APSInt SecondValue = CASA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs() local
414 if (FirstValue != SecondValue) { in CheckForDuplicateLoopAttrs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4019 Value *SecondValue = Item.second->getIncomingValueForBlock(B); in MatchPhiNode() local
4020 if (FirstValue == SecondValue) in MatchPhiNode()
4024 PHINode *SecondPhi = dyn_cast<PHINode>(SecondValue); in MatchPhiNode()