Home | History | Annotate | Download | only in Utils

Lines Matching refs:Int32Ty

510   Type *Int32Ty = Builder.getInt32Ty();
513 ExtDividend = Builder.CreateSExt(Rem->getOperand(0), Int32Ty);
514 ExtDivisor = Builder.CreateSExt(Rem->getOperand(1), Int32Ty);
517 ExtDividend = Builder.CreateZExt(Rem->getOperand(0), Int32Ty);
518 ExtDivisor = Builder.CreateZExt(Rem->getOperand(1), Int32Ty);
611 Type *Int32Ty = Builder.getInt32Ty();
614 ExtDividend = Builder.CreateSExt(Div->getOperand(0), Int32Ty);
615 ExtDivisor = Builder.CreateSExt(Div->getOperand(1), Int32Ty);
618 ExtDividend = Builder.CreateZExt(Div->getOperand(0), Int32Ty);
619 ExtDivisor = Builder.CreateZExt(Div->getOperand(1), Int32Ty);