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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.cpp 64 if (isTypeVector())
144 return isTypeVector() || isTypeArray() || isTypeStruct();
214 SPIRVType::isTypeVector() const {
220 return isTypeVector() && getVectorComponentType()->isTypeBool();
225 return isTypeVector() && getVectorComponentType()->isTypeInt();
230 return isTypeVector() && getVectorComponentType()->isTypeFloat();
SPIRVInstruction.h 619 if (getValueType(Op1)->isTypeVector()) {
900 if (getValueType(Op1)->isTypeVector()) {
977 SPIRVType *conTy = getValueType(Condition)->isTypeVector() ?
    [all...]
SPIRVType.h 97 bool isTypeVector() const;
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp     [all...]
SPIRVUtil.cpp 197 if (Ty->isTypeVector()) {
    [all...]

Completed in 550 milliseconds