Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp825 VectorType *VecComponent = cast<VectorType>(Ty->getContainedType(0)); in memVTFromAggregate() local
826 ElementType = VecComponent->getElementType(); in memVTFromAggregate()
827 NumElts = VecComponent->getNumElements(); in memVTFromAggregate()