Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenValue.h229 return Address(getVectorPointer(), elementType, getAlignment()); in getVectorAddress()
232 mlir::Value getVectorPointer() const { in getVectorPointer() function
H A DCIRGenExpr.cpp218 const mlir::Location loc = dst.getVectorPointer().getLoc(); in emitStoreThroughLValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h378 llvm::Value *getVectorPointer() const {