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.cpp568 SmallVector<Value *, 4> Vals, NewVals; in remapDbgRecord() local
572 NewVals.push_back(mapValue(Val)); in remapDbgRecord()
575 if (Vals == NewVals) in remapDbgRecord()
580 llvm::any_of(NewVals, [&](Value *V) { return V == nullptr; })) { in remapDbgRecord()
586 if (NewVals[I]) in remapDbgRecord()
587 V.replaceVariableLocationOp(I, NewVals[I]); in remapDbgRecord()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2470 SmallVector<Init*, 4> NewVals; in resolveReferences() local
2473 NewVals.push_back(NewVal); in resolveReferences()
2478 return (CondOpInit::get(NewConds, NewVals, in resolveReferences()