Searched refs:TysForDecl (Results 1 – 2 of 2) sorted by relevance
4259 Type *TysForDecl[] = {CI->getType()}; in vectorizeBlockInLoop() local4261 TysForDecl[0] = VectorType::get(CI->getType()->getScalarType(), VF); in vectorizeBlockInLoop()4262 VectorF = Intrinsic::getDeclaration(M, ID, TysForDecl); in vectorizeBlockInLoop()
4110 Type *TysForDecl[] = {CI->getType()}; in widenInstruction() local4112 TysForDecl[0] = VectorType::get(CI->getType()->getScalarType(), VF); in widenInstruction()4113 VectorF = Intrinsic::getDeclaration(M, ID, TysForDecl); in widenInstruction()