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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 2922     if (ISD::isNON_EXTLoad(LD) && Cst) {
 2924       Type *CstTy = Cst->getType();
 2929           if (const Constant *Splat = Cst->getSplatValue()) {
 2930             Cst = Splat;
 2931             CstTy = Cst->getType();
 2942             if (Constant *Elt = Cst->getAggregateElement(i)) {
 2961           if (auto *CInt = dyn_cast<ConstantInt>(Cst)) {
 2965           } else if (auto *CFP = dyn_cast<ConstantFP>(Cst)) {