Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIRBuilder.h2634 Function *FnLaunderInvariantGroup = Intrinsic::getDeclaration( in CreateLaunderInvariantGroup() local
2637 assert(FnLaunderInvariantGroup->getReturnType() == Int8PtrTy && in CreateLaunderInvariantGroup()
2638 FnLaunderInvariantGroup->getFunctionType()->getParamType(0) == in CreateLaunderInvariantGroup()
2642 CallInst *Fn = CreateCall(FnLaunderInvariantGroup, {Ptr}); in CreateLaunderInvariantGroup()