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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h 460 static VectorType *getTruncatedElementVectorType(VectorType *VTy) {
488 VTy = VectorType::getTruncatedElementVectorType(VTy);
547 static FixedVectorType *getTruncatedElementVectorType(FixedVectorType *VTy) {
549 VectorType::getTruncatedElementVectorType(VTy));
598 getTruncatedElementVectorType(ScalableVectorType *VTy) {
600 VectorType::getTruncatedElementVectorType(VTy));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 1225 return VectorType::getTruncatedElementVectorType(VTy);
1452 NewTy = VectorType::getTruncatedElementVectorType(VTy);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 6601 llvm::Type *Tys[2] = { VTy->getTruncatedElementVectorType(VTy), Ty};
6696 llvm::FixedVectorType::getTruncatedElementVectorType(VTy);
6807 llvm::FixedVectorType::getTruncatedElementVectorType(VTy);

Completed in 41 milliseconds