HomeSort by: relevance | last modified time | path
    Searched refs:getBuiltinVectorTypeInfo (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp 593 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty));
608 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty));
CGDebugInfo.cpp 728 CGM.getContext().getBuiltinVectorTypeInfo(BT);
767 CGM.getContext().getBuiltinVectorTypeInfo(BT);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1381 getBuiltinVectorTypeInfo(const BuiltinType *VecTy) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 2330 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType;
ASTContext.cpp 3741 ASTContext::getBuiltinVectorTypeInfo(const BuiltinType *Ty) const {
8675 getBuiltinVectorTypeInfo(BT).ElementType);

Completed in 43 milliseconds