Searched refs:FirstValue (Results 1 – 4 of 4) sorted by relevance
393 std::optional<llvm::APSInt> FirstValue; in CheckForDuplicateLoopAttrs() local411 if (!FirstValue) in CheckForDuplicateLoopAttrs()412 FirstValue = CAFA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs()414 if (FirstValue != SecondValue) { in CheckForDuplicateLoopAttrs()
2813 const DbgValue &FirstValue = *FirstValueIt->second; in pickVPHILoc() local2831 if (!FirstValue.Properties.isJoinable(OutVal.Properties)) in pickVPHILoc()2834 for (unsigned Idx = 0; Idx < FirstValue.getLocationOpCount(); ++Idx) { in pickVPHILoc()2841 DbgOpID FirstValOp = FirstValue.getDbgOpID(Idx); in pickVPHILoc()2856 for (unsigned Idx = 0; Idx < FirstValue.getLocationOpCount(); ++Idx) { in pickVPHILoc()2860 NewDbgOps.push_back(FirstValue.getDbgOpID(Idx)); in pickVPHILoc()
4018 Value *FirstValue = Item.first->getIncomingValueForBlock(B); in MatchPhiNode() local4020 if (FirstValue == SecondValue) in MatchPhiNode()4023 PHINode *FirstPhi = dyn_cast<PHINode>(FirstValue); in MatchPhiNode()
9432 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local9433 KnownBits Known = computeKnownBits(FirstValue, DL, 0, &AC, in computeShiftCompareExitLimit()