Home | History | Annotate | Download | only in IR

Lines Matching refs:FnInvariantGroupBarrier

1699     Function *FnInvariantGroupBarrier = Intrinsic::getDeclaration(M,
1702 Type *ArgumentAndReturnType = FnInvariantGroupBarrier->getReturnType();
1704 FnInvariantGroupBarrier->getFunctionType()->getParamType(0) &&
1712 CallInst *Fn = CreateCall(FnInvariantGroupBarrier, {Ptr});