Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3926 Type *TysForDecl[] = {CI->getType()}; in vectorizeBlockInLoop() local
3928 TysForDecl[0] = VectorType::get(CI->getType()->getScalarType(), VF); in vectorizeBlockInLoop()
3929 VectorF = Intrinsic::getDeclaration(M, ID, TysForDecl); in vectorizeBlockInLoop()