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.cpp1123 Function *FnLaunderInvariantGroup = Intrinsic::getDeclaration( in CreateLaunderInvariantGroup() local
1126 assert(FnLaunderInvariantGroup->getReturnType() == PtrType && in CreateLaunderInvariantGroup()
1127 FnLaunderInvariantGroup->getFunctionType()->getParamType(0) == in CreateLaunderInvariantGroup()
1131 return CreateCall(FnLaunderInvariantGroup, {Ptr}); in CreateLaunderInvariantGroup()