Home | History | Annotate | Download | only in IR

Lines Matching refs:FnInvariantGroupBarrier

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