Home
last modified time | relevance | path

Searched refs:getEncodedElementAccess (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h5946 void getEncodedElementAccess(SmallVectorImpl<uint32_t> &Elts) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4164 void ExtVectorElementExpr::getEncodedElementAccess( in getEncodedElementAccess() function in ExtVectorElementExpr
H A DExprConstant.cpp7857 E->getEncodedElementAccess(Indices); in VisitExtVectorElementExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp4208 E->getEncodedElementAccess(Indices); in EmitExtVectorElementExpr()