Searched refs:FirstValue (Results 1 – 5 of 5) sorted by relevance
404 std::optional<llvm::APSInt> FirstValue; in CheckForDuplicateLoopAttrs() local422 if (!FirstValue) in CheckForDuplicateLoopAttrs()423 FirstValue = CAFA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs()425 if (FirstValue != SecondValue) { in CheckForDuplicateLoopAttrs()
1839 ExprResult FirstValue = S.DefaultFunctionArrayLvalueConversion(FirstArg); in GetVTablePointer() local1840 if (FirstValue.isInvalid()) in GetVTablePointer()1842 Call->setArg(0, FirstValue.get()); in GetVTablePointer()
2843 const DbgValue &FirstValue = *FirstValueIt->second; in pickVPHILoc() local2861 if (!FirstValue.Properties.isJoinable(OutVal.Properties)) in pickVPHILoc()2864 for (unsigned Idx = 0; Idx < FirstValue.getLocationOpCount(); ++Idx) { in pickVPHILoc()2871 DbgOpID FirstValOp = FirstValue.getDbgOpID(Idx); in pickVPHILoc()2886 for (unsigned Idx = 0; Idx < FirstValue.getLocationOpCount(); ++Idx) { in pickVPHILoc()2890 NewDbgOps.push_back(FirstValue.getDbgOpID(Idx)); in pickVPHILoc()
4355 Value *FirstValue = Item.first->getIncomingValueForBlock(B); in MatchPhiNode() local4357 if (FirstValue == SecondValue) in MatchPhiNode()4360 PHINode *FirstPhi = dyn_cast<PHINode>(FirstValue); in MatchPhiNode()
9487 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local9488 KnownBits Known = computeKnownBits(FirstValue, DL, &AC, in computeShiftCompareExitLimit()