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.cpp421 llvm::APSInt SecondValue = CASA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs() local
425 if (FirstValue != SecondValue) { in CheckForDuplicateLoopAttrs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4356 Value *SecondValue = Item.second->getIncomingValueForBlock(B); in MatchPhiNode() local
4357 if (FirstValue == SecondValue) in MatchPhiNode()
4361 PHINode *SecondPhi = dyn_cast<PHINode>(SecondValue); in MatchPhiNode()