Searched refs:exponentType (Results 1 – 1 of 1) sorted by relevance
4229 Type exponentType = exp().getType(); in verify() local4231 if (significandType.isa<FloatType>() != exponentType.isa<IntegerType>()) in verify()4240 if (getNumElements(significandType) != getNumElements(exponentType)) in verify()