Home
last modified time | relevance | path

Searched refs:NewVals (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp573 SmallVector<Value *, 4> NewVals; in remapDbgRecord() local
575 NewVals.push_back(mapValue(Val)); in remapDbgRecord()
578 if (Vals == NewVals) in remapDbgRecord()
582 if (!IgnoreMissingLocals && llvm::is_contained(NewVals, nullptr)) { in remapDbgRecord()
588 if (NewVals[I]) in remapDbgRecord()
589 V.replaceVariableLocationOp(I, NewVals[I]); in remapDbgRecord()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2625 SmallVector<const Init *, 4> NewVals; in resolveReferences() local
2634 NewVals.push_back(NewVal); in resolveReferences()
2639 return (CondOpInit::get(NewConds, NewVals, in resolveReferences()