Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp404 std::optional<llvm::APSInt> FirstValue; in CheckForDuplicateLoopAttrs() local
422 if (!FirstValue) in CheckForDuplicateLoopAttrs()
423 FirstValue = CAFA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs()
425 if (FirstValue != SecondValue) { in CheckForDuplicateLoopAttrs()
H A DSemaChecking.cpp1839 ExprResult FirstValue = S.DefaultFunctionArrayLvalueConversion(FirstArg); in GetVTablePointer() local
1840 if (FirstValue.isInvalid()) in GetVTablePointer()
1842 Call->setArg(0, FirstValue.get()); in GetVTablePointer()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2843 const DbgValue &FirstValue = *FirstValueIt->second; in pickVPHILoc() local
2861 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4355 Value *FirstValue = Item.first->getIncomingValueForBlock(B); in MatchPhiNode() local
4357 if (FirstValue == SecondValue) in MatchPhiNode()
4360 PHINode *FirstPhi = dyn_cast<PHINode>(FirstValue); in MatchPhiNode()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9487 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local
9488 KnownBits Known = computeKnownBits(FirstValue, DL, &AC, in computeShiftCompareExitLimit()