HomeSort by: relevance | last modified time | path
    Searched defs:ShuffleVectorExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 4099 ShuffleVectorExpr::ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr *> args,
4111 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 4313 /// ShuffleVectorExpr - clang-specific builtin-in function
4319 class ShuffleVectorExpr : public Expr {
4330 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type,
4334 explicit ShuffleVectorExpr(EmptyShell Empty)

Completed in 63 milliseconds