Home
last modified time | relevance | path

Searched refs:NewValues (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp218 void DPValue::addVariableLocationOps(ArrayRef<Value *> NewValues, in addVariableLocationOps() argument
221 NewValues.size()) && in addVariableLocationOps()
224 assert(!is_contained(NewValues, nullptr) && "New values must be non-null"); in addVariableLocationOps()
229 for (auto *VMD : NewValues) in addVariableLocationOps()
H A DIntrinsicInst.cpp178 void DbgVariableIntrinsic::addVariableLocationOps(ArrayRef<Value *> NewValues, in addVariableLocationOps() argument
181 NewValues.size()) && in addVariableLocationOps()
184 assert(!is_contained(NewValues, nullptr) && "New values must be non-null"); in addVariableLocationOps()
189 for (auto *VMD : NewValues) in addVariableLocationOps()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h219 void addVariableLocationOps(ArrayRef<Value *> NewValues,
H A DIntrinsicInst.h319 void addVariableLocationOps(ArrayRef<Value *> NewValues,