Searched refs:getExtVectorElts (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/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 | 2061 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitLoadOfExtVectorElementLValue() 2093 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitExtVectorElementLValue() 2336 const llvm::Constant *Elts = Dst.getExtVectorElts(); in EmitStoreThroughExtVectorComponentLValue() 4218 llvm::Constant *BaseElts = Base.getExtVectorElts(); in EmitExtVectorElementExpr()
|