Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DAttributeDetail.h98 return getKeyForSplatBoolData(ty, data[0] != 0); in getKey()
140 return getKeyForSplatBoolData(ty, splatValue); in getKeyForBoolData()
153 return getKeyForSplatBoolData(ty, splatValue); in getKeyForBoolData()
160 ? getKeyForSplatBoolData(ty, splatValue) in getKeyForBoolData()
165 static KeyTy getKeyForSplatBoolData(ShapedType type, bool splatValue) { in getKeyForSplatBoolData() function