HomeSort by: relevance | last modified time | path
    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