Home | History | Annotate | Download | only in R600

Lines Matching refs:UNDEF

1737     if (NewBldVec[i].getOpcode() == ISD::UNDEF)
1739 // vector is undef. Thus we can use it to reduce 128 bits reg usage,
1752 if (NewBldVec[i].getOpcode() == ISD::UNDEF)
1888 // If the inserted element is an UNDEF, just use the input vector.
1889 if (InVal.getOpcode() == ISD::UNDEF)
1903 // Check that the operand is a BUILD_VECTOR (or UNDEF, which can essentially
1910 } else if (InVec.getOpcode() == ISD::UNDEF) {