Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:IntTy

3354   IntegerType *IntTy = cast<IntegerType>(LHSI->getOperand(0)->getType());
3360 unsigned IntWidth = IntTy->getScalarSizeInBits();
3417 ? ConstantExpr::getFPToUI(RHSC, IntTy)
3418 : ConstantExpr::getFPToSI(RHSC, IntTy);