Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/include/common/
H A Dpass_common.h506 std::vector<TYPECONST Type*> typeVector; in getIntrinsicFunction() local
508 typeVector.push_back(types[i]); in getIntrinsicFunction()
510 ArrayRef<TYPECONST Type*> ref(typeVector); in getIntrinsicFunction()