Home | History | Annotate | Download | only in ARM

Lines Matching defs:ValTy

12000   Type *ValTy = cast<PointerType>(Addr->getType())->getElementType();
12006 if (ValTy->getPrimitiveSizeInBits() == 64) {
12018 Lo = Builder.CreateZExt(Lo, ValTy, "lo64");
12019 Hi = Builder.CreateZExt(Hi, ValTy, "hi64");
12021 Lo, Builder.CreateShl(Hi, ConstantInt::get(ValTy, 32)), "val64");