Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp1517 addr, LVal.getExtVectorElts(), LVal.getType(), in convertAtomicTempToRValue()
1847 UpdateLVal = LValue::MakeExtVectorElt(Ptr, AtomicLVal.getExtVectorElts(), in EmitAtomicUpdateValue()
1852 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
1947 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
H A DCGValue.h384 llvm::Constant *getExtVectorElts() const { in getExtVectorElts() function
H A DCGExpr.cpp2018 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitLoadOfExtVectorElementLValue()
2050 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitExtVectorElementLValue()
2293 const llvm::Constant *Elts = Dst.getExtVectorElts(); in EmitStoreThroughExtVectorComponentLValue()
4194 llvm::Constant *BaseElts = Base.getExtVectorElts(); in EmitExtVectorElementExpr()