Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h377 Address getExtVectorAddress() const { in getExtVectorAddress() function
H A DCGAtomic.cpp122 lvalue.getExtVectorAddress().getElementType()) in AtomicInfo()
159 ElTy = LVal.getExtVectorAddress().getElementType(); in getAtomicAddress()
H A DCGExpr.cpp2015 llvm::Value *Vec = Builder.CreateLoad(LV.getExtVectorAddress(), in EmitLoadOfExtVectorElementLValue()
2042 Address VectorAddress = LV.getExtVectorAddress(); in EmitExtVectorElementLValue()
2291 llvm::Value *Vec = Builder.CreateLoad(Dst.getExtVectorAddress(), in EmitStoreThroughExtVectorComponentLValue()
2346 Builder.CreateStore(Vec, Dst.getExtVectorAddress(), in EmitStoreThroughExtVectorComponentLValue()
4200 return LValue::MakeExtVectorElt(Base.getExtVectorAddress(), CV, type, in EmitExtVectorElementExpr()