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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 4003   if (VT.isVector()) {
 4008       return DAG.getConstant(0, DL, VT);
 4019     return DAG.getConstant(0, DL, VT);
 4023       DAG.isKnownToBeAPowerOfTwo(N1) && hasOperation(ISD::SRL, VT)) {
 4024     unsigned NumEltBits = VT.getScalarSizeInBits();
 4027         ISD::SUB, DL, VT, DAG.getConstant(NumEltBits, DL, VT), LogBase2);
 4027         ISD::SUB, DL, VT, DAG.getConstant(NumEltBits, DL, VT), LogBase2);
 4030     return DAG.getNode(ISD::SRL, DL, VT, N0, Trunc);
 4035   if (VT.isSimple() && !VT.isVector()) {
 4035   if (VT.isSimple() && !VT.isVector()) {
 4036     MVT Simple = VT.getSimpleVT();
 4046       return DAG.getNode(ISD::TRUNCATE, DL, VT, N1);