Home
last modified time | relevance | path

Searched defs:UniqueValue (Results 1 – 8 of 8) sorted by relevance

/external/federated-compute/fcp/base/
Dunique_value.h43 constexpr explicit UniqueValue(std::nullopt_t) : value_() {} in UniqueValue() function
44 constexpr explicit UniqueValue(T val) : value_(std::move(val)) {} in UniqueValue() function
47 UniqueValue(UniqueValue&& other) : value_(std::move(other.value_)) { in UniqueValue() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp408 Value *UniqueValue = nullptr; in insertUniqueBackedgeBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp401 Value *UniqueValue = nullptr; in insertUniqueBackedgeBlock() local
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp403 Value *UniqueValue = nullptr; in insertUniqueBackedgeBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp624 MemoryAccess *UniqueValue = nullptr; in updatePhisWhenInsertingUniqueBackedgeBlock() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp647 MemoryAccess *UniqueValue = nullptr; in updatePhisWhenInsertingUniqueBackedgeBlock() local
/external/bcc/libbpf-tools/loongarch/
Dvmlinux_602.h48724 U64___2 UniqueValue; member
Dvmlinux.h48724 U64___2 UniqueValue; member