Home
last modified time | relevance | path

Searched refs:SecTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1103 Type *SecTy = HVC.getByteTy(ScLen); in realignLoadGroup() local
1111 auto *Undef = UndefValue::get(SecTy); in realignLoadGroup()
1193 createAdjustedPointer(Builder, AlignAddr, SecTy, Index * ScLen); in realignLoadGroup()
1201 return this->createLoad(Builder, SecTy, Ptr, Predicate, ScLen, True, Undef, in realignLoadGroup()
1312 Type *SecTy = HVC.getByteTy(ScLen); in realignStoreGroup() local
1336 Value *Undef = UndefValue::get(SecTy); in realignStoreGroup()
1337 Value *Zero = HVC.getNullValue(SecTy); in realignStoreGroup()
1386 createAdjustedPointer(Builder, AlignAddr, SecTy, Index * ScLen); in realignStoreGroup()