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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 5682   if (VT.isVector()) {
 5705         TLI.isTypeLegal(VT)) {
 5717         int NumElts = VT.getVectorNumElements();
 5755               TLI.buildLegalVectorShuffle(VT, SDLoc(N), NewLHS, NewRHS,
 5768     return DAG.FoldConstantArithmetic(ISD::OR, SDLoc(N), VT, N0C, N1C);
 5772     return DAG.getNode(ISD::OR, SDLoc(N), VT, N1, N0);
 5808             ISD::OR, SDLoc(N1), VT, N1.getNode(), N0.getOperand(1).getNode())) {
 5809       SDValue IOR = DAG.getNode(ISD::OR, SDLoc(N0), VT, N0.getOperand(0), N1);
 5811       return DAG.getNode(ISD::AND, SDLoc(N), VT, COR, IOR);
 5837   if ((!LegalOperations || TLI.isOperationLegal(ISD::ADD, VT)) &&