Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7595 EVT LdEltVT = LdVT.getVectorElementType(); in GenWidenVectorExtLoads()
7601 unsigned Increment = LdEltVT.getSizeInBits() / 8; in GenWidenVectorExtLoads()
7604 LdEltVT, LD->getOriginalAlign(), MMOFlags, AAInfo); in GenWidenVectorExtLoads()
7611 LD->getPointerInfo().getWithOffset(Offset), LdEltVT, in GenWidenVectorExtLoads()
7591 EVT LdEltVT = LdVT.getVectorElementType(); GenWidenVectorExtLoads() local