Searched refs:NewVals (Results 1 – 2 of 2) sorted by relevance
573 SmallVector<Value *, 4> NewVals; in remapDbgRecord() local575 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()
2625 SmallVector<const Init *, 4> NewVals; in resolveReferences() local2634 NewVals.push_back(NewVal); in resolveReferences()2639 return (CondOpInit::get(NewConds, NewVals, in resolveReferences()