Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:getVectorComponentType

620       op1Ty = getValueType(Op1)->getVectorComponentType();
621 op2Ty = getValueType(Op2)->getVectorComponentType();
901 op1Ty = getValueType(Op1)->getVectorComponentType();
902 op2Ty = getValueType(Op2)->getVectorComponentType();
903 resTy = Type->getVectorComponentType();
978 getValueType(Condition)->getVectorComponentType() :
1057 Type->getVectorComponentType() : Type;
1059 getValueType(Op)->getVectorComponentType() : getValueType(Op);
1505 :SPIRVInstruction(5, OC, TheVector->getType()->getVectorComponentType(),
1535 :SPIRVInstruction(6, OC, TheVector->getType()->getVectorComponentType(),
1594 assert(Type->getVectorComponentType() ==
1595 getValueType(Vector1)->getVectorComponentType());