Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:isFloatingPointTy

985   assert(SrcTy->isFloatingPointTy() && "Invalid FPToUI instruction");
999 assert(SrcTy->isFloatingPointTy() && "Invalid FPToSI instruction");
1011 assert(DstTy->isFloatingPointTy() && "Invalid UIToFP instruction");
1023 assert(DstTy->isFloatingPointTy() && "Invalid SIToFP instruction");