Home
last modified time | relevance | path

Searched defs:AllZeros (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h106 static constexpr Unsigned AllZeros = Unsigned(0); // 00000000 member
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1369 readCounters(IndexedInstrProfReader * PGOReader,bool & AllZeros,InstrProfRecord::CountPseudoKind & PseudoKind) readCounters() argument
2122 bool AllZeros = false; annotateAllFunctions() local
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1606 enum SplatKind { AllZeros, AllOnes }; global() enumerator
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4595 SDValue AllZeros = DAG.getConstant(0, dl, VT); ExpandIntRes_ShiftThroughStack() local