Searched defs:ArgVec (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Constants.cpp | 2279 Constant *ArgVec[] = { C }; in get() local 2338 Constant *ArgVec[] = { C1, C2 }; in get() local 2418 Constant *ArgVec[] = { C, V1, V2 }; in getSelect() local 2460 std::vector<Constant*> ArgVec; in getGetElementPtr() local 2503 Constant *ArgVec[] = { LHS, RHS }; in getICmp() local 2528 Constant *ArgVec[] = { LHS, RHS }; in getFCmp() local 2555 Constant *ArgVec[] = { Val, Idx }; in getExtractElement() local 2578 Constant *ArgVec[] = { Val, Elt, Idx }; in getInsertElement() local 2604 Constant *ArgVec[] = {V1, V2}; in getShuffleVector() local 2628 Constant *ArgVec[] = { Agg, Val }; in getInsertValue() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 235 std::vector<std::string> ArgVec(ArgV, ArgV + ArgC); in LLVMRunFunctionAsMain() local 244 std::vector<GenericValue> ArgVec; in LLVMRunFunction() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 4042 SmallVector<const Stmt *, 4> ArgVec; in getAddrOfCXXCtorClosure() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 4700 SmallVector<TemplateArgument, 4> ArgVec; in getTemplateSpecializationType() local
|