Searched refs:StrOp (Results 1 – 3 of 3) sorted by relevance
93 std::optional<unsigned> StrOp = std::nullopt,
3753 std::optional<unsigned> StrOp, std::optional<unsigned> FlagOp) { in isFortifiedCallFoldable() argument3772 if (StrOp) { in isFortifiedCallFoldable()3773 uint64_t Len = GetStringLength(CI->getArgOperand(*StrOp)); in isFortifiedCallFoldable()3777 annotateDereferenceableBytes(CI, *StrOp, Len); in isFortifiedCallFoldable()
298 class MEMBAR<string StrOp, Intrinsic IntOP> :300 StrOp, [(IntOP)]>;