Home | History | Annotate | Download | only in AArch64

Lines Matching refs:IntVecTy

7122     Type *IntVecTy = VectorType::get(IntTy, NumOpElts);
7123 Op0 = Builder.CreatePtrToInt(Op0, IntVecTy);
7124 Op1 = Builder.CreatePtrToInt(Op1, IntVecTy);