Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h277 llvm::Constant *getExtVectorElts() const { in getExtVectorElts() function
DCGAtomic.cpp1083 addr, LVal.getExtVectorElts(), LVal.getType(), LVal.getAlignment())); in convertTempToRValue()
1493 UpdateLVal = LValue::MakeExtVectorElt(Ptr, LVal.getExtVectorElts(), in EmitAtomicStore()
1574 UpdateLVal = LValue::MakeExtVectorElt(Ptr, AtomicLVal.getExtVectorElts(), in EmitAtomicUpdate()
DCGExpr.cpp1395 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitLoadOfExtVectorElementLValue()
1431 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitExtVectorElementLValue()
1637 const llvm::Constant *Elts = Dst.getExtVectorElts(); in EmitStoreThroughExtVectorComponentLValue()
2617 llvm::Constant *BaseElts = Base.getExtVectorElts(); in EmitExtVectorElementExpr()