Searched refs:vecAddress (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGValue.h | 380 static LValue MakeVectorElt(Address vecAddress, llvm::Value *Idx, in MakeVectorElt() argument 385 R.V = vecAddress.getPointer(); in MakeVectorElt() 387 R.Initialize(type, type.getQualifiers(), vecAddress.getAlignment(), in MakeVectorElt() 392 static LValue MakeExtVectorElt(Address vecAddress, llvm::Constant *Elts, in MakeExtVectorElt() argument 397 R.V = vecAddress.getPointer(); in MakeExtVectorElt() 399 R.Initialize(type, type.getQualifiers(), vecAddress.getAlignment(), in MakeExtVectorElt()
|