Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h364 return Address(getVectorPointer(), ElementType, getAlignment(), in getVectorAddress()
367 llvm::Value *getVectorPointer() const { in getVectorPointer() function
H A DCGAtomic.cpp146 return LVal.getVectorPointer(); in getAtomicPointer()