Lines Matching defs:floatTy
1593 FloatType floatTy = llvm::cast<FloatType>(resEleType);
1594 APFloat apf(floatTy.getFloatSemantics(),
1595 APInt::getZero(floatTy.getWidth()));
1615 FloatType floatTy = llvm::cast<FloatType>(resEleType);
1616 APFloat apf(floatTy.getFloatSemantics(),
1617 APInt::getZero(floatTy.getWidth()));
2039 FloatType floatTy = llvm::cast<FloatType>(op.getRhs().getType());
2040 int mantissaWidth = floatTy.getFPMantissaWidth();
2185 APFloat apf(floatTy.getFloatSemantics(),
2186 APInt::getZero(floatTy.getWidth()));