Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4259 Type *TysForDecl[] = {CI->getType()}; in vectorizeBlockInLoop() local
4261 TysForDecl[0] = VectorType::get(CI->getType()->getScalarType(), VF); in vectorizeBlockInLoop()
4262 VectorF = Intrinsic::getDeclaration(M, ID, TysForDecl); in vectorizeBlockInLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4110 Type *TysForDecl[] = {CI->getType()}; in widenInstruction() local
4112 TysForDecl[0] = VectorType::get(CI->getType()->getScalarType(), VF); in widenInstruction()
4113 VectorF = Intrinsic::getDeclaration(M, ID, TysForDecl); in widenInstruction()