Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4111 Type *TysForDecl[] = {CI->getType()}; in widenInstruction() local
4113 TysForDecl[0] = VectorType::get(CI->getType()->getScalarType(), VF); in widenInstruction()
4114 VectorF = Intrinsic::getDeclaration(M, ID, TysForDecl); in widenInstruction()