Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp974 Function *FnLaunderInvariantGroup = Intrinsic::getDeclaration( in CreateLaunderInvariantGroup() local
977 assert(FnLaunderInvariantGroup->getReturnType() == Int8PtrTy && in CreateLaunderInvariantGroup()
978 FnLaunderInvariantGroup->getFunctionType()->getParamType(0) == in CreateLaunderInvariantGroup()
982 CallInst *Fn = CreateCall(FnLaunderInvariantGroup, {Ptr}); in CreateLaunderInvariantGroup()