Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h211 uint64_t toRaw() const { return Value; } in toRaw() function
336 return DenseMapInfo<uint64_t>::getHashValue(Val.toRaw());
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp495 LoadOffset + LoadAccessSize.toRaw()); in areNonOverlapSameBaseLoadAndStore()
497 StoreOffset + StoreAccessSize.toRaw()); in areNonOverlapSameBaseLoadAndStore()