Searched refs:getByteTy (Results 1 – 1 of 1) sorted by relevance
74 Type *getByteTy(int ElemCount = 0) const;817 Type *SecTy = HVC.getByteTy(ScLen); in realignLoadGroup()955 Value *Accum = UndefValue::get(HVC.getByteTy(B.Seg.Size)); in realignLoadGroup()986 Type *SecTy = HVC.getByteTy(ScLen); in realignStoreGroup()1014 Pay->getType(), HVC.getByteTy()); in realignStoreGroup()1758 auto HexagonVectorCombine::getByteTy(int ElemCount) const -> Type * { in getByteTy() function in HexagonVectorCombine1890 auto *Undef = UndefValue::get(getByteTy()); in insertb()2077 if (ScalarTy == getByteTy()) in vbytes()2081 return Builder.CreateBitCast(Val, getByteTy(getSizeOf(Val))); in vbytes()2084 return Builder.CreateSExt(Val, VectorType::get(getByteTy(), VecTy)); in vbytes()[all …]