Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp3088 E->getEncodedElementAccess(Indices); in VisitExtVectorElementExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4333 void ExtVectorElementExpr::getEncodedElementAccess( in getEncodedElementAccess() function in ExtVectorElementExpr
H A DExprConstant.cpp8197 E->getEncodedElementAccess(Indices); in VisitExtVectorElementExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6331 void getEncodedElementAccess(SmallVectorImpl<uint32_t> &Elts) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4615 E->getEncodedElementAccess(Indices); in EmitExtVectorElementExpr()