Home | History | Annotate | Download | only in IR

Lines Matching refs:Int64Ty

1955             Type *Int64Ty = Type::getInt64Ty(IdxTy->getContext());
1956 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, Int64Ty);
1957 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, Int64Ty);