Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp474 Function *VPFunc; in getDeclarationForParams() local
477 VPFunc = Intrinsic::getDeclaration(M, VPID, Params[0]->getType()); in getDeclarationForParams()
480 VPFunc = Intrinsic::getDeclaration( in getDeclarationForParams()
485 VPFunc = Intrinsic::getDeclaration( in getDeclarationForParams()
494 VPFunc = Intrinsic::getDeclaration( in getDeclarationForParams()
499 VPFunc = Intrinsic::getDeclaration( in getDeclarationForParams()
503 assert(VPFunc && "Could not declare VP intrinsic"); in getDeclarationForParams()
504 return VPFunc; in getDeclarationForParams()