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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 3882       if (C && isa<VectorType>(C->getType()))
 3882       if (C && isa<VectorType>(C->getType()))
 3883         C = C->getSplatValue();
 3883         C = C->getSplatValue();
 3885       if (const auto *CI = dyn_cast_or_null<ConstantInt>(C)) {