Searched defs:ArgVec (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | Constants.cpp | 1822 Constant *ArgVec[] = { C1, C2 }; in get() local 1899 Constant *ArgVec[] = { C, V1, V2 }; in getSelect() local 1923 std::vector<Constant*> ArgVec; in getGetElementPtr() local 1952 Constant *ArgVec[] = { LHS, RHS }; in getICmp() local 1973 Constant *ArgVec[] = { LHS, RHS }; in getFCmp() local 1995 Constant *ArgVec[] = { Val, Idx }; in getExtractElement() local 2015 Constant *ArgVec[] = { Val, Elt, Idx }; in getInsertElement() local 2035 Constant *ArgVec[] = { V1, V2, Mask }; in getShuffleVector() local 2055 Constant *ArgVec[] = { Agg, Val }; in getInsertValue() local 2076 Constant *ArgVec[] = { Agg }; in getExtractValue() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 255 std::vector<std::string> ArgVec; in LLVMRunFunctionAsMain() local 267 std::vector<GenericValue> ArgVec; in LLVMRunFunction() local
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 3157 SmallVector<TemplateArgument, 4> ArgVec; in getTemplateSpecializationType() local
|