Home | History | Annotate | Download | only in AArch64

Lines Matching defs:ValTy

9926   Type *ValTy = cast<PointerType>(Addr->getType())->getElementType();
9932 if (ValTy->getPrimitiveSizeInBits() == 128) {
9942 Lo = Builder.CreateZExt(Lo, ValTy, "lo64");
9943 Hi = Builder.CreateZExt(Hi, ValTy, "hi64");
9945 Lo, Builder.CreateShl(Hi, ConstantInt::get(ValTy, 64)), "val64");