Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4251 void ExtVectorElementExpr::getEncodedElementAccess( in getEncodedElementAccess() function in ExtVectorElementExpr
H A DExprConstant.cpp8133 E->getEncodedElementAccess(Indices); in VisitExtVectorElementExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6120 void getEncodedElementAccess(SmallVectorImpl<uint32_t> &Elts) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4569 E->getEncodedElementAccess(Indices); in EmitExtVectorElementExpr()