Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h106 static constexpr Unsigned AllZeros = Unsigned(0); // 00000000 member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1371 bool PGOUseFunc::readCounters(IndexedInstrProfReader *PGOReader, bool &AllZeros, in readCounters()
2147 bool AllZeros = false; in annotateAllFunctions() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1606 enum SplatKind { AllZeros, AllOnes }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4628 SDValue AllZeros = DAG.getConstant(0, dl, VT); in ExpandIntRes_ShiftThroughStack() local