Searched refs:ANDISVal (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1334 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local 1339 ANDISVal = SDValue(CurDAG->getMachineNode(PPC::ANDISo, dl, MVT::i32, in SelectAndParts32() 1344 TotalVal = ANDISVal; in SelectAndParts32() 1345 else if (!ANDISVal) in SelectAndParts32() 1349 ANDIVal, ANDISVal), 0); in SelectAndParts32() 1427 SDValue ANDIVal, ANDISVal; in Select32() local 1432 ANDISVal = SDValue(CurDAG->getMachineNode(PPC::ANDISo, dl, MVT::i32, in Select32() 1436 Res = ANDISVal; in Select32() 1437 else if (!ANDISVal) in Select32() 1441 ANDIVal, ANDISVal), 0); in Select32() [all …]
|