Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h275 llvm::Value *getExtVectorAddr() const { assert(isExtVectorElt()); return V; } in getExtVectorAddr() function
H A DCGExpr.cpp1363 llvm::LoadInst *Load = Builder.CreateLoad(LV.getExtVectorAddr(), in EmitLoadOfExtVectorElementLValue()
1394 llvm::Value *VectorAddress = LV.getExtVectorAddr(); in EmitExtVectorElementLValue()
1606 llvm::LoadInst *Load = Builder.CreateLoad(Dst.getExtVectorAddr(), in EmitStoreThroughExtVectorComponentLValue()
1671 llvm::StoreInst *Store = Builder.CreateStore(Vec, Dst.getExtVectorAddr(), in EmitStoreThroughExtVectorComponentLValue()
2597 return LValue::MakeExtVectorElt(Base.getExtVectorAddr(), CV, type, in EmitExtVectorElementExpr()