Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDDebugProgramInstruction.cpp340 void DbgVariableRecord::addVariableLocationOps(ArrayRef<Value *> NewValues, in addVariableLocationOps() argument
343 NewValues.size()) && in addVariableLocationOps()
346 assert(!is_contained(NewValues, nullptr) && "New values must be non-null"); in addVariableLocationOps()
351 for (auto *VMD : NewValues) in addVariableLocationOps()
HDIntrinsicInst.cpp181 void DbgVariableIntrinsic::addVariableLocationOps(ArrayRef<Value *> NewValues, in addVariableLocationOps() argument
184 NewValues.size()) && in addVariableLocationOps()
187 assert(!is_contained(NewValues, nullptr) && "New values must be non-null"); in addVariableLocationOps()
192 for (auto *VMD : NewValues) in addVariableLocationOps()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugProgramInstruction.h417 void addVariableLocationOps(ArrayRef<Value *> NewValues,
HDIntrinsicInst.h321 void addVariableLocationOps(ArrayRef<Value *> NewValues,
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVectorCombine.cpp1770 SmallVector<Value *> NewValues(Values.size() / 2, nullptr); in generateNewInstTree() local
1771 for (unsigned S = 0; S < NewValues.size(); ++S) in generateNewInstTree()
1772 NewValues[S] = in generateNewInstTree()
1774 Values = NewValues; in generateNewInstTree()