Searched refs:getExtVectorElts (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 1517 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 D | CGValue.h | 384 llvm::Constant *getExtVectorElts() const { in getExtVectorElts() function
|
| H A D | CGExpr.cpp | 2018 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()
|