Lines Matching refs:ANDISVal
2047 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local
2053 ANDISVal = in SelectAndParts32()
2060 TotalVal = ANDISVal; in SelectAndParts32()
2061 else if (!ANDISVal) in SelectAndParts32()
2065 ANDIVal, ANDISVal), 0); in SelectAndParts32()
2143 SDValue ANDIVal, ANDISVal; in Select32() local
2149 ANDISVal = in Select32()
2155 Res = ANDISVal; in Select32()
2156 else if (!ANDISVal) in Select32()
2160 ANDIVal, ANDISVal), 0); in Select32()
2426 SDValue ANDIVal, ANDISVal; in SelectAndParts64() local
2433 ANDISVal = in SelectAndParts64()
2440 TotalVal = ANDISVal; in SelectAndParts64()
2441 else if (!ANDISVal) in SelectAndParts64()
2445 ExtendToInt64(ANDIVal, dl), ANDISVal), 0); in SelectAndParts64()
2576 SDValue ANDIVal, ANDISVal; in Select64() local
2583 ANDISVal = in Select64()
2590 Res = ANDISVal; in Select64()
2591 else if (!ANDISVal) in Select64()
2595 ExtendToInt64(ANDIVal, dl), ANDISVal), 0); in Select64()