Searched refs:ANDISVal (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 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() [all …]
|