OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScalarTypes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ReplaceWithVeclib.cpp
108
SmallVector<Type *>
ScalarTypes
;
114
ScalarTypes
.push_back(ArgType);
136
ScalarTypes
.push_back(VectorArgTy->getElementType());
145
ScalarName = Intrinsic::getName(IntrinsicID,
ScalarTypes
);
/src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
llvm-stress.cpp
307
static std::vector<Type*>
ScalarTypes
;
308
if (
ScalarTypes
.empty()) {
309
ScalarTypes
.assign({
318
llvm::append_range(
ScalarTypes
, AdditionalScalarTypes);
321
return
ScalarTypes
[getRandom() %
ScalarTypes
.size()];
Completed in 31 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026