Searched refs:StrOp (Results 1 – 3 of 3) sorted by relevance
96 std::optional<unsigned> StrOp = std::nullopt,
4273 std::optional<unsigned> StrOp, std::optional<unsigned> FlagOp) { in isFortifiedCallFoldable() argument4292 if (StrOp) { in isFortifiedCallFoldable()4293 uint64_t Len = GetStringLength(CI->getArgOperand(*StrOp)); in isFortifiedCallFoldable()4297 annotateDereferenceableBytes(CI, *StrOp, Len); in isFortifiedCallFoldable()
344 class MEMBAR<string StrOp, Intrinsic IntOP> :346 StrOp, [(IntOP)]>;