Searched refs:getEncodedElementAccess (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h4458 /// getEncodedElementAccess - Encode the elements accessed into an llvm
4460 void getEncodedElementAccess(SmallVectorImpl<unsigned> &Elts) const;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp3292 /// getEncodedElementAccess - We encode the fields as a llvm ConstantArray.
3293 void ExtVectorElementExpr::getEncodedElementAccess( function in class:ExtVectorElementExpr
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2412 E->getEncodedElementAccess(Indices);

Completed in 126 milliseconds