reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCISelLowering.cpp
13831             V1.getSimpleValueType() == V2.getSimpleValueType()) {
13835               V1.getOperand(1) == V2) {
13836             return DAG.getNode(ISD::ABS, dl, V2.getValueType(), V2);
13836             return DAG.getNode(ISD::ABS, dl, V2.getValueType(), V2);
13839           if (V2.getOpcode() == ISD::SUB &&
13840               ISD::isBuildVectorAllZeros(V2.getOperand(0).getNode()) &&
13841               V2.getOperand(1) == V1) {
13845           if (V1.getOpcode() == ISD::SUB && V2.getOpcode() == ISD::SUB &&
13846               V1.getOperand(0) == V2.getOperand(1) &&
13847               V1.getOperand(1) == V2.getOperand(0)) {