Searched refs:FirstValue (Results 1 – 4 of 4) sorted by relevance
374 std::optional<llvm::APSInt> FirstValue; in CheckForDuplicateLoopAttrs() local392 if (!FirstValue) in CheckForDuplicateLoopAttrs()393 FirstValue = CAFA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs()395 if (FirstValue != SecondValue) { in CheckForDuplicateLoopAttrs()
2779 const DbgValue &FirstValue = *FirstValueIt->second; in pickVPHILoc() local2797 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()
3924 Value *FirstValue = Item.first->getIncomingValueForBlock(B); in MatchPhiNode() local3926 if (FirstValue == SecondValue) in MatchPhiNode()3929 PHINode *FirstPhi = dyn_cast<PHINode>(FirstValue); in MatchPhiNode()
9371 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local9372 KnownBits Known = computeKnownBits(FirstValue, DL, 0, &AC, in computeShiftCompareExitLimit()