Lines Matching refs:ANDIVal
2047 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local
2049 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDI_rec, dl, MVT::i32, in SelectAndParts32()
2059 if (!ANDIVal) in SelectAndParts32()
2062 TotalVal = ANDIVal; in SelectAndParts32()
2065 ANDIVal, ANDISVal), 0); in SelectAndParts32()
2143 SDValue ANDIVal, ANDISVal; in Select32() local
2145 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDI_rec, dl, MVT::i32, in Select32()
2154 if (!ANDIVal) in Select32()
2157 Res = ANDIVal; in Select32()
2160 ANDIVal, ANDISVal), 0); in Select32()
2426 SDValue ANDIVal, ANDISVal; in SelectAndParts64() local
2428 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDI8_rec, dl, MVT::i64, in SelectAndParts64()
2439 if (!ANDIVal) in SelectAndParts64()
2442 TotalVal = ANDIVal; in SelectAndParts64()
2445 ExtendToInt64(ANDIVal, dl), ANDISVal), 0); in SelectAndParts64()
2576 SDValue ANDIVal, ANDISVal; in Select64() local
2578 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDI8_rec, dl, MVT::i64, in Select64()
2589 if (!ANDIVal) in Select64()
2592 Res = ANDIVal; in Select64()
2595 ExtendToInt64(ANDIVal, dl), ANDISVal), 0); in Select64()