Home
last modified time | relevance | path

Searched defs:IsGeneric (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceRegisterDefs.cpp98 bool IsGeneric = MRI.getRegClassOrNull(RegPair.Reg) == nullptr; in removeDefsFromFunction() local
H A DReduceInstructionsMIR.cpp129 bool IsGeneric = MRI->getRegClassOrNull(Reg) == nullptr; in extractInstrFromFunction() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp149 unsigned DependencyKind, bool IsGeneric, in CreateLambda()