Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5093 Type *TysForDecl[] = {CI->getType()}; in widenCallInstruction() local
5095 TysForDecl[0] = VectorType::get(CI->getType()->getScalarType(), VF); in widenCallInstruction()
5096 VectorF = Intrinsic::getDeclaration(M, ID, TysForDecl); in widenCallInstruction()