Home | History | Annotate | Download | only in AArch64

Lines Matching defs:Int64Ty

10259     Type *Int64Ty = Type::getInt64Ty(M->getContext());
10261 Value *Lo = Builder.CreateTrunc(Val, Int64Ty, "lo");
10262 Value *Hi = Builder.CreateTrunc(Builder.CreateLShr(Val, 64), Int64Ty, "hi");