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

References

lib/IR/ConstantsContext.h
  517     if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
lib/IR/LLVMContextImpl.h
  111       if (ETypes != that.ETypes)
  166       if (Params != that.Params)
tools/clang/lib/Sema/TreeTransform.h
 5447           != llvm::makeArrayRef(NewExtParamInfos, ParamTypes.size())) {
 5458       T->getParamTypes() != llvm::makeArrayRef(ParamTypes) || EPIChanged) {
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  443     if (NewLine != OldLine)
tools/lld/COFF/InputFiles.cpp
  539     if (leaderChunk->getContents() != newChunk.getContents())
tools/lld/ELF/ICF.cpp
  305       a->getSize() != b->getSize() || a->data() != b->data())
tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  405   if (makeArrayRef(curr_break_op) != it->second.breakpoint_opcodes) {
  505   if (llvm::makeArrayRef(verify_bp_opcode_bytes.data(), verify_bytes_read) !=
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
   45   if (R1.RecordData != R2.RecordData)
utils/TableGen/CodeGenRegisters.cpp
 2347     if (RC.getValueTypes() != FoundRC->getValueTypes())
utils/TableGen/CodeGenSchedule.h
  393         Groups.back().getOpcodeInfo().getPredicates() != Info.getPredicates())