Home | History | Annotate | Download | only in IR

Lines Matching refs:FnInvariantGroupBarrier

1815     Function *FnInvariantGroupBarrier = Intrinsic::getDeclaration(M,
1818 Type *ArgumentAndReturnType = FnInvariantGroupBarrier->getReturnType();
1820 FnInvariantGroupBarrier->getFunctionType()->getParamType(0) &&
1828 CallInst *Fn = CreateCall(FnInvariantGroupBarrier, {Ptr});