Home
last modified time | relevance | path

Searched refs:lhsValues (Results 1 – 9 of 9) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp324 SmallVector<Value, 8> lhsValues, rhsValues; in alias() local
325 collectUnderlyingAddressValues(lhs, lhsValues); in alias()
330 if (lhsValues.empty() || rhsValues.empty()) in alias()
335 for (Value lhsVal : lhsValues) { in alias()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp324 SmallVector<Value, 8> lhsValues, rhsValues; in alias() local
325 collectUnderlyingAddressValues(lhs, lhsValues); in alias()
330 if (lhsValues.empty() || rhsValues.empty()) in alias()
335 for (Value lhsVal : lhsValues) { in alias()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp324 SmallVector<Value, 8> lhsValues, rhsValues; in alias() local
325 collectUnderlyingAddressValues(lhs, lhsValues); in alias()
330 if (lhsValues.empty() || rhsValues.empty()) in alias()
335 for (Value lhsVal : lhsValues) { in alias()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp324 SmallVector<Value, 8> lhsValues, rhsValues;
325 collectUnderlyingAddressValues(lhs, lhsValues);
330 if (lhsValues.empty() || rhsValues.empty())
335 for (Value lhsVal : lhsValues) {
/dports/misc/usd/USD-21.11/pxr/usd/usdUtils/
H A DstitchClips.cpp140 const C lhsValues = _GetUnboxedValue<C>(lhs, path, key, clipSet); in _AppendCollection() local
144 result.reserve(lhsValues.size() + rhsValues.size()); in _AppendCollection()
146 for (const auto& value : lhsValues) { in _AppendCollection()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dvalueflow.cpp4633 std::list<ValueFlow::Value> lhsValues, in infer() argument
4640 lhsValues.remove_if(notMatch); in infer()
4642 if (lhsValues.empty() || rhsValues.empty()) in infer()
4645 Interval lhs = Interval::fromValues(lhsValues); in infer()
4683 else if (rhs.isScalar() && inferNotEqual(lhsValues, rhs.getScalar())) in infer()
4717 std::list<ValueFlow::Value> lhsValues, in infer() argument
4720 return infer(model, op, std::move(lhsValues), {model->yield(rhs)}); in infer()
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dvalueflow.cpp4633 std::list<ValueFlow::Value> lhsValues, in infer() argument
4640 lhsValues.remove_if(notMatch); in infer()
4642 if (lhsValues.empty() || rhsValues.empty()) in infer()
4645 Interval lhs = Interval::fromValues(lhsValues); in infer()
4683 else if (rhs.isScalar() && inferNotEqual(lhsValues, rhs.getScalar())) in infer()
4717 std::list<ValueFlow::Value> lhsValues, in infer() argument
4720 return infer(model, op, std::move(lhsValues), {model->yield(rhs)}); in infer()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h1419 const std::vector<double>& lhsValues, const std::vector<double>& rhsValues, in computeCellPoints() argument
1442 points.push_back(computePoint(lhsValues, lhsSigns, uint8_t(n), iso)); in computeCellPoints()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DOperatorTest.cpp15093 llvm::ArrayRef<DataType> lhsValues, in TEST_CAST_2WAYS()
15098 bindings.allocate(lhs)->getHandle<DataType>() = lhsValues; in TEST_CAST_2WAYS()
15243 llvm::ArrayRef<DataType> lhsValues, in addHelper() argument
15248 bindings.allocate(lhs)->getHandle<DataType>() = lhsValues; in addHelper()