Searched refs:getExtVectorElts (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGValue.h | 353 llvm::Constant *getExtVectorElts() const { in getExtVectorElts() function
|
D | CGAtomic.cpp | 1204 addr, LVal.getExtVectorElts(), LVal.getType(), in convertAtomicTempToRValue() 1542 UpdateLVal = LValue::MakeExtVectorElt(Ptr, AtomicLVal.getExtVectorElts(), in EmitAtomicUpdateValue() 1546 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue() 1643 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
|
D | CGExpr.cpp | 1496 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitLoadOfExtVectorElementLValue() 1531 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitExtVectorElementLValue() 1730 const llvm::Constant *Elts = Dst.getExtVectorElts(); in EmitStoreThroughExtVectorComponentLValue() 3023 llvm::Constant *BaseElts = Base.getExtVectorElts(); in EmitExtVectorElementExpr()
|