Lines Matching refs:ANDISVal
2060 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local
2066 ANDISVal = in SelectAndParts32()
2073 TotalVal = ANDISVal; in SelectAndParts32()
2074 else if (!ANDISVal) in SelectAndParts32()
2078 ANDIVal, ANDISVal), 0); in SelectAndParts32()
2156 SDValue ANDIVal, ANDISVal; in Select32() local
2162 ANDISVal = in Select32()
2168 Res = ANDISVal; in Select32()
2169 else if (!ANDISVal) in Select32()
2173 ANDIVal, ANDISVal), 0); in Select32()
2439 SDValue ANDIVal, ANDISVal; in SelectAndParts64() local
2446 ANDISVal = in SelectAndParts64()
2453 TotalVal = ANDISVal; in SelectAndParts64()
2454 else if (!ANDISVal) in SelectAndParts64()
2458 ExtendToInt64(ANDIVal, dl), ANDISVal), 0); in SelectAndParts64()
2589 SDValue ANDIVal, ANDISVal; in Select64() local
2596 ANDISVal = in Select64()
2603 Res = ANDISVal; in Select64()
2604 else if (!ANDISVal) in Select64()
2608 ExtendToInt64(ANDIVal, dl), ANDISVal), 0); in Select64()