Searched refs:ANDIVal (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1338 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local 1340 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDIo, dl, MVT::i32, in SelectAndParts32() 1347 if (!ANDIVal) in SelectAndParts32() 1350 TotalVal = ANDIVal; in SelectAndParts32() 1353 ANDIVal, ANDISVal), 0); in SelectAndParts32() 1431 SDValue ANDIVal, ANDISVal; in Select32() local 1433 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDIo, dl, MVT::i32, in Select32() 1439 if (!ANDIVal) in Select32() 1442 Res = ANDIVal; in Select32() 1445 ANDIVal, ANDISVal), 0); in Select32() [all …]
|