reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
288 return Array==nullptr ? 0 : Array->getElementAsInteger(I + Offset); 288 return Array==nullptr ? 0 : Array->getElementAsInteger(I + Offset);lib/Analysis/ValueTracking.cpp
3523 Slice.Array = nullptr; 3542 Slice.Array = Array; 3557 if (Slice.Array == nullptr) { 3572 Str = Slice.Array->getAsString(); 3637 if (Slice.Array == nullptr) 3643 if (Slice.Array->getElementAsInteger(Slice.Offset + NullIndex) == 0)lib/CodeGen/SelectionDAG/SelectionDAG.cpp
5673 if (Slice.Array == nullptr) { 5800 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; 5864 SubSlice.Array = nullptr;lib/Transforms/Utils/SimplifyLibCalls.cpp
668 if (Slice.Array == nullptr) { 673 if (Slice.Array->getElementAsInteger(I + Slice.Offset) == 0) {