Searched refs:StrOp (Results 1 – 3 of 3) sorted by relevance
94 std::optional<unsigned> StrOp = std::nullopt,
3864 std::optional<unsigned> StrOp, std::optional<unsigned> FlagOp) { in isFortifiedCallFoldable() argument3883 if (StrOp) { in isFortifiedCallFoldable()3884 uint64_t Len = GetStringLength(CI->getArgOperand(*StrOp)); in isFortifiedCallFoldable()3888 annotateDereferenceableBytes(CI, *StrOp, Len); in isFortifiedCallFoldable()
320 class MEMBAR<string StrOp, Intrinsic IntOP> :322 StrOp, [(IntOP)]>;