Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1055 Function *FnLaunderInvariantGroup = Intrinsic::getOrInsertDeclaration( in CreateLaunderInvariantGroup() local
1058 assert(FnLaunderInvariantGroup->getReturnType() == PtrType && in CreateLaunderInvariantGroup()
1059 FnLaunderInvariantGroup->getFunctionType()->getParamType(0) == in CreateLaunderInvariantGroup()
1063 return CreateCall(FnLaunderInvariantGroup, {Ptr}); in CreateLaunderInvariantGroup()