Searched refs:NewVals (Results 1 – 2 of 2) sorted by relevance
568 SmallVector<Value *, 4> Vals, NewVals; in remapDbgRecord() local572 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()
2470 SmallVector<Init*, 4> NewVals; in resolveReferences() local2473 NewVals.push_back(NewVal); in resolveReferences()2478 return (CondOpInit::get(NewConds, NewVals, in resolveReferences()