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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 3337     N1IsConst = ISD::isConstantSplatVector(N1.getNode(), ConstValue1);
 3341     assert((!N1IsConst ||
 3350     N1IsConst = isa<ConstantSDNode>(N1);
 3351     if (N1IsConst) {
 3358   if (N0IsConst && N1IsConst && !N0IsOpaqueConst && !N1IsOpaqueConst)
 3367   if (N1IsConst && ConstValue1.isNullValue())
 3370   if (N1IsConst && ConstValue1.isOneValue())
 3377   if (N1IsConst && ConstValue1.isAllOnesValue()) {
 3393   if (N1IsConst && !N1IsOpaqueConst && (-ConstValue1).isPowerOf2()) {
 3412   if (N1IsConst && TLI.decomposeMulByConstant(*DAG.getContext(), VT, N1)) {