Searched refs:ANDIVal (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCISelDAGToDAG.cpp | 2069 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local 2071 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDI_rec, dl, MVT::i32, in SelectAndParts32() 2081 if (!ANDIVal) in SelectAndParts32() 2084 TotalVal = ANDIVal; in SelectAndParts32() 2087 ANDIVal, ANDISVal), 0); in SelectAndParts32() 2165 SDValue ANDIVal, ANDISVal; in Select32() local 2167 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDI_rec, dl, MVT::i32, in Select32() 2176 if (!ANDIVal) in Select32() 2179 Res = ANDIVal; in Select32() 2182 ANDIVal, ANDISVal), 0); in Select32() [all …]
|