Lines Matching refs:isDoubleTy
719 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy()) \ in visitBinaryOperator()
753 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy()) in visitBinaryOperator()
1284 assert(SrcVal->getType()->getScalarType()->isDoubleTy() && in executeFPTruncInst()
1294 assert(SrcVal->getType()->isDoubleTy() && DstTy->isFloatTy() && in executeFPTruncInst()
1308 DstTy->getScalarType()->isDoubleTy() && "Invalid FPExt instruction"); in executeFPExtInst()
1316 assert(SrcVal->getType()->isFloatTy() && DstTy->isDoubleTy() && in executeFPExtInst()
1542 } else if (SrcElemTy->isDoubleTy()) { in executeBitCastInst()
1596 if (DstElemTy->isDoubleTy()) { in executeBitCastInst()
1610 if (DstElemTy->isDoubleTy()) in executeBitCastInst()
1628 else if (SrcTy->isDoubleTy()) { in executeBitCastInst()
1641 } else if (DstTy->isDoubleTy()) { in executeBitCastInst()