Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h2031 Function *FnLaunderInvariantGroup = Intrinsic::getDeclaration( in CreateLaunderInvariantGroup() local
2034 assert(FnLaunderInvariantGroup->getReturnType() == Int8PtrTy && in CreateLaunderInvariantGroup()
2035 FnLaunderInvariantGroup->getFunctionType()->getParamType(0) == in CreateLaunderInvariantGroup()
2039 CallInst *Fn = CreateCall(FnLaunderInvariantGroup, {Ptr}); in CreateLaunderInvariantGroup()