Lines Matching refs:ANDISVal
1338 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local
1343 ANDISVal = SDValue(CurDAG->getMachineNode(PPC::ANDISo, dl, MVT::i32, in SelectAndParts32()
1348 TotalVal = ANDISVal; in SelectAndParts32()
1349 else if (!ANDISVal) in SelectAndParts32()
1353 ANDIVal, ANDISVal), 0); in SelectAndParts32()
1431 SDValue ANDIVal, ANDISVal; in Select32() local
1436 ANDISVal = SDValue(CurDAG->getMachineNode(PPC::ANDISo, dl, MVT::i32, in Select32()
1440 Res = ANDISVal; in Select32()
1441 else if (!ANDISVal) in Select32()
1445 ANDIVal, ANDISVal), 0); in Select32()
1701 SDValue ANDIVal, ANDISVal; in SelectAndParts64() local
1706 ANDISVal = SDValue(CurDAG->getMachineNode(PPC::ANDISo8, dl, MVT::i64, in SelectAndParts64()
1710 TotalVal = ANDISVal; in SelectAndParts64()
1711 else if (!ANDISVal) in SelectAndParts64()
1715 ANDIVal, ANDISVal), 0); in SelectAndParts64()
1844 SDValue ANDIVal, ANDISVal; in Select64() local
1849 ANDISVal = SDValue(CurDAG->getMachineNode(PPC::ANDISo8, dl, MVT::i64, in Select64()
1853 Res = ANDISVal; in Select64()
1854 else if (!ANDISVal) in Select64()
1858 ANDIVal, ANDISVal), 0); in Select64()