Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp374 std::optional<llvm::APSInt> FirstValue; in CheckForDuplicateLoopAttrs() local
392 if (!FirstValue) in CheckForDuplicateLoopAttrs()
393 FirstValue = CAFA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs()
395 if (FirstValue != SecondValue) { in CheckForDuplicateLoopAttrs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2779 const DbgValue &FirstValue = *FirstValueIt->second; in pickVPHILoc() local
2797 if (!FirstValue.Properties.isJoinable(OutVal.Properties)) in pickVPHILoc()
2800 for (unsigned Idx = 0; Idx < FirstValue.getLocationOpCount(); ++Idx) { in pickVPHILoc()
2807 DbgOpID FirstValOp = FirstValue.getDbgOpID(Idx); in pickVPHILoc()
2822 for (unsigned Idx = 0; Idx < FirstValue.getLocationOpCount(); ++Idx) { in pickVPHILoc()
2826 NewDbgOps.push_back(FirstValue.getDbgOpID(Idx)); in pickVPHILoc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3924 Value *FirstValue = Item.first->getIncomingValueForBlock(B); in MatchPhiNode() local
3926 if (FirstValue == SecondValue) in MatchPhiNode()
3929 PHINode *FirstPhi = dyn_cast<PHINode>(FirstValue); in MatchPhiNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9371 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local
9372 KnownBits Known = computeKnownBits(FirstValue, DL, 0, &AC, in computeShiftCompareExitLimit()