Searched refs:getByteTy (Results 1 – 1 of 1) sorted by relevance
87 Type *getByteTy(int ElemCount = 0) const;1103 Type *SecTy = HVC.getByteTy(ScLen); in realignLoadGroup()1267 Value *Accum = UndefValue::get(HVC.getByteTy(B.Seg.Size)); in realignLoadGroup()1312 Type *SecTy = HVC.getByteTy(ScLen); in realignStoreGroup()1343 Pay->getType(), HVC.getByteTy()); in realignStoreGroup()2180 auto HexagonVectorCombine::getByteTy(int ElemCount) const -> Type * { in getByteTy() function in HexagonVectorCombine2320 auto *Undef = UndefValue::get(getByteTy()); in insertb()2510 if (ScalarTy == getByteTy()) in vbytes()2514 return Builder.CreateBitCast(Val, getByteTy(getSizeOf(Val)), "cst"); in vbytes()2517 return Builder.CreateSExt(Val, VectorType::get(getByteTy(), VecTy), "sxt"); in vbytes()[all …]