Home
last modified time | relevance | path

Searched defs:integerTy (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/
H A Dhlo_utils.cc126 static APInt getScalarLimitOfIntegerType(IntegerType integerTy, in getScalarLimitOfIntegerType()
156 if (auto integerTy = ty.dyn_cast<IntegerType>()) { in getScalarLimitOfType() local