Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryLocation.h82 enum DirectConstruction { Direct }; enum
84 constexpr LocationSize(uint64_t Raw, DirectConstruction): Value(Raw) {} in LocationSize() argument