Home | History | Annotate | Download | only in radeon

Lines Matching defs:isVector

471   bool isVector = aType->isVectorTy();
478 if (isVector) {
488 if (isVector) {
659 if (isVector) { name += "_v" + itostr(numEle) + "u32"; } else { name += "_u32"; }
711 bool isVector = aType->isVectorTy();
714 if (isVector) {
723 if (isVector) {
751 if (isVector) {
819 if (isVector) {
1007 bool isVector = aType->isVectorTy();
1008 int numEle = isVector ? dyn_cast<VectorType>(aType)->getNumElements() : 1;
1016 if (isVector) {
1040 bool isVector = aType->isVectorTy();
1041 int numEle = isVector ? dyn_cast<VectorType>(aType)->getNumElements() : 1;
1048 if (isVector) {