Home
last modified time | relevance | path

Searched refs:Id0 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp141 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0) const { in AddAllArgs()
142 for (auto *Arg : filtered(Id0)) { in AddAllArgs()
148 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues() argument
150 for (auto *Arg : filtered(Id0, Id1, Id2)) { in AddAllArgValues()
157 void ArgList::AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, in AddAllArgsTranslated() argument
160 for (auto *Arg : filtered(Id0)) { in AddAllArgsTranslated()
173 void ArgList::ClaimAllArgs(OptSpecifier Id0) const { in ClaimAllArgs()
174 for (auto *Arg : filtered(Id0)) in ClaimAllArgs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h336 void AddAllArgs(ArgStringList &Output, OptSpecifier Id0) const;
340 void AddAllArgValues(ArgStringList &Output, OptSpecifier Id0,
349 void AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0,
355 void ClaimAllArgs(OptSpecifier Id0) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp2013 Value *Id0 = ConstantInt::get(Type::getInt32Ty(Context), in calcPredicateUsingInteger() local
2017 IncomingId = SelectInst::Create(Condition, Id0, Id1, "target.bb.idx", in calcPredicateUsingInteger()