Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp1114 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local
1116 val[i] = fillValue; in ashr()