Home | History | Annotate | Download | only in ARM

Lines Matching refs:VectorTy

11115 bool ARMTargetLowering::canCombineStoreAndExtract(Type *VectorTy, Value *Idx,
11125 if (VectorTy->isFPOrFPVectorTy())
11133 assert(VectorTy->isVectorTy() && "VectorTy is not a vector type");
11134 unsigned BitWidth = cast<VectorType>(VectorTy)->getBitWidth();