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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 3948   if (FuncInfo.StaticAllocaMap.count(&I))
 3952   Type *Ty = I.getAllocatedType();
 3957       std::max((unsigned)DL.getPrefTypeAlignment(Ty), I.getAlignment());
 3959   SDValue AllocSize = getValue(I.getArraySize());
 3993   setValue(&I, DSA);