Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.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()
H A DIntrinsicInst.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/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h417 void addVariableLocationOps(ArrayRef<Value *> NewValues,
H A DIntrinsicInst.h321 void addVariableLocationOps(ArrayRef<Value *> NewValues,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.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()