Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:isFloatingPointTy

1337       assert(SrcVecTy->isFloatingPointTy() && "Invalid FPToUI instruction");
1349 assert(SrcTy->isFloatingPointTy() && "Invalid FPToUI instruction");
1375 assert(SrcVecTy->isFloatingPointTy() && "Invalid FPToSI instruction");
1387 assert(SrcTy->isFloatingPointTy() && "Invalid FPToSI instruction");
1409 assert(DstVecTy->isFloatingPointTy() && "Invalid UIToFP instruction");
1420 assert(DstTy->isFloatingPointTy() && "Invalid UIToFP instruction");
1441 assert(DstVecTy->isFloatingPointTy() && "Invalid SIToFP instruction");
1452 assert(DstTy->isFloatingPointTy() && "Invalid SIToFP instruction");