Searched refs:allInteger (Results 1 – 1 of 1) sorted by relevance
327 bool allInteger = isInteger(arg0) && isInteger(arg1); in buildBinaryFn() local328 bool allBool = allInteger && arg0.getType().getIntOrFloatBitWidth() == 1 && in buildBinaryFn()330 if (!allComplex && !allFloatingPoint && !allInteger) in buildBinaryFn()