Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp635 Function *VPFunc; in getOrInsertDeclarationForParams() local
643 VPFunc = Intrinsic::getOrInsertDeclaration(M, VPID, OverloadTy); in getOrInsertDeclarationForParams()
660 VPFunc = Intrinsic::getOrInsertDeclaration( in getOrInsertDeclarationForParams()
664 VPFunc = Intrinsic::getOrInsertDeclaration(M, VPID, {Params[0]->getType()}); in getOrInsertDeclarationForParams()
668 VPFunc = Intrinsic::getOrInsertDeclaration(M, VPID, {Params[1]->getType()}); in getOrInsertDeclarationForParams()
671 VPFunc = Intrinsic::getOrInsertDeclaration( in getOrInsertDeclarationForParams()
675 VPFunc = Intrinsic::getOrInsertDeclaration( in getOrInsertDeclarationForParams()
679 VPFunc = Intrinsic::getOrInsertDeclaration( in getOrInsertDeclarationForParams()
683 VPFunc = Intrinsic::getOrInsertDeclaration( in getOrInsertDeclarationForParams()
687 VPFunc = Intrinsic::getOrInsertDeclaration( in getOrInsertDeclarationForParams()
[all …]