Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp1463 addr, LVal.getExtVectorElts(), LVal.getType(), in convertAtomicTempToRValue()
1798 UpdateLVal = LValue::MakeExtVectorElt(Ptr, AtomicLVal.getExtVectorElts(), in EmitAtomicUpdateValue()
1803 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
1898 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
H A DCGValue.h371 llvm::Constant *getExtVectorElts() const { in getExtVectorElts() function
H A DCGExpr.cpp1993 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitLoadOfExtVectorElementLValue()
2025 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitExtVectorElementLValue()
2251 const llvm::Constant *Elts = Dst.getExtVectorElts(); in EmitStoreThroughExtVectorComponentLValue()
4127 llvm::Constant *BaseElts = Base.getExtVectorElts(); in EmitExtVectorElementExpr()