Home | History | Annotate | Download | only in radeon

Lines Matching refs:scalarType

757     Type *scalarType = AndMaskVec->getType()->getScalarType();
783 maskVals.push_back(ConstantInt::get(scalarType, maskVal, isSigned));
784 shiftVals.push_back(ConstantInt::get(scalarType, shiftVal, isSigned));