Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp4229 Type exponentType = exp().getType(); in verify() local
4231 if (significandType.isa<FloatType>() != exponentType.isa<IntegerType>()) in verify()
4240 if (getNumElements(significandType) != getNumElements(exponentType)) in verify()