Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h463 bool splatValue = splatData.front() & 1; in getKeyForBoolData() local
468 llvm::hash_value(ArrayRef<char>(splatValue ? 1 : 0)), in getKeyForBoolData()
475 if (splatValue && numOddElements != 0) { in getKeyForBoolData()
488 char mask = splatValue ? ~0 : 0; in getKeyForBoolData()