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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h 487 VTy = VectorType::getDoubleElementsVectorType(VTy);
505 static VectorType *getDoubleElementsVectorType(VectorType *VTy) {
562 static FixedVectorType *getDoubleElementsVectorType(FixedVectorType *VTy) {
563 return cast<FixedVectorType>(VectorType::getDoubleElementsVectorType(VTy));
615 getDoubleElementsVectorType(ScalableVectorType *VTy) {
617 VectorType::getDoubleElementsVectorType(VTy));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 9132 auto TupleTy = llvm::VectorType::getDoubleElementsVectorType(VTy);

Completed in 40 milliseconds