Lines Matching refs:ANDISVal
2224 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local
2230 ANDISVal = in SelectAndParts32()
2237 TotalVal = ANDISVal; in SelectAndParts32()
2238 else if (!ANDISVal) in SelectAndParts32()
2242 ANDIVal, ANDISVal), 0); in SelectAndParts32()
2320 SDValue ANDIVal, ANDISVal; in Select32() local
2326 ANDISVal = in Select32()
2332 Res = ANDISVal; in Select32()
2333 else if (!ANDISVal) in Select32()
2337 ANDIVal, ANDISVal), 0); in Select32()
2603 SDValue ANDIVal, ANDISVal; in SelectAndParts64() local
2610 ANDISVal = in SelectAndParts64()
2617 TotalVal = ANDISVal; in SelectAndParts64()
2618 else if (!ANDISVal) in SelectAndParts64()
2622 ExtendToInt64(ANDIVal, dl), ANDISVal), 0); in SelectAndParts64()
2753 SDValue ANDIVal, ANDISVal; in Select64() local
2760 ANDISVal = in Select64()
2767 Res = ANDISVal; in Select64()
2768 else if (!ANDISVal) in Select64()
2772 ExtendToInt64(ANDIVal, dl), ANDISVal), 0); in Select64()