Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DIntrinsicInst.cpp121 void DbgVariableIntrinsic::addVariableLocationOps(ArrayRef<Value *> NewValues, in addVariableLocationOps() argument
124 NewValues.size()) && in addVariableLocationOps()
127 assert(!is_contained(NewValues, nullptr) && "New values must be non-null"); in addVariableLocationOps()
132 for (auto *VMD : NewValues) in addVariableLocationOps()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DIntrinsicInst.h210 void addVariableLocationOps(ArrayRef<Value *> NewValues,