Searched refs:getExtVectorElts (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 1463 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 D | CGValue.h | 371 llvm::Constant *getExtVectorElts() const { in getExtVectorElts() function
|
H A D | CGExpr.cpp | 1993 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()
|