Lines Matching refs:ANDISVal
2237 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local
2243 ANDISVal = in SelectAndParts32()
2250 TotalVal = ANDISVal; in SelectAndParts32()
2251 else if (!ANDISVal) in SelectAndParts32()
2255 ANDIVal, ANDISVal), 0); in SelectAndParts32()
2333 SDValue ANDIVal, ANDISVal; in Select32() local
2339 ANDISVal = in Select32()
2345 Res = ANDISVal; in Select32()
2346 else if (!ANDISVal) in Select32()
2350 ANDIVal, ANDISVal), 0); in Select32()
2616 SDValue ANDIVal, ANDISVal; in SelectAndParts64() local
2623 ANDISVal = in SelectAndParts64()
2630 TotalVal = ANDISVal; in SelectAndParts64()
2631 else if (!ANDISVal) in SelectAndParts64()
2635 ExtendToInt64(ANDIVal, dl), ANDISVal), 0); in SelectAndParts64()
2766 SDValue ANDIVal, ANDISVal; in Select64() local
2773 ANDISVal = in Select64()
2780 Res = ANDISVal; in Select64()
2781 else if (!ANDISVal) in Select64()
2785 ExtendToInt64(ANDIVal, dl), ANDISVal), 0); in Select64()