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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h 495 static VectorType *getHalfElementsVectorType(VectorType *VTy) {
558 static FixedVectorType *getHalfElementsVectorType(FixedVectorType *VTy) {
559 return cast<FixedVectorType>(VectorType::getHalfElementsVectorType(VTy));
610 getHalfElementsVectorType(ScalableVectorType *VTy) {
611 return cast<ScalableVectorType>(VectorType::getHalfElementsVectorType(VTy));
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 969 Type *SplitDstTy = VectorType::getHalfElementsVectorType(DstVTy);
970 Type *SplitSrcTy = VectorType::getHalfElementsVectorType(SrcVTy);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 1240 return VectorType::getHalfElementsVectorType(cast<VectorType>(
1465 VectorType::getHalfElementsVectorType(

Completed in 22 milliseconds