HomeSort by relevance Sort by last modified time
    Searched refs:isVectorIntegerType (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTypes.h 95 bool isVectorIntegerType(Type Ty);
IceTypes.cpp 210 bool isVectorIntegerType(Type Ty) {
213 llvm_unreachable("Invalid type for isVectorIntegerType()");
IceInstX86BaseImpl.h     [all...]
IceTargetLoweringMIPS32.cpp 564 assert(isVectorIntegerType(SrcTy));
577 assert(isVectorIntegerType(DestTy));
    [all...]
IceTargetLoweringARM32.cpp 705 assert(isVectorIntegerType(SrcTy));
718 assert(isVectorIntegerType(DestTy));
    [all...]

Completed in 87 milliseconds