Searched refs:StrOp (Results 1 – 3 of 3) sorted by relevance
94 std::optional<unsigned> StrOp = std::nullopt,
4114 std::optional<unsigned> StrOp, std::optional<unsigned> FlagOp) { in isFortifiedCallFoldable() argument4133 if (StrOp) { in isFortifiedCallFoldable()4134 uint64_t Len = GetStringLength(CI->getArgOperand(*StrOp)); in isFortifiedCallFoldable()4138 annotateDereferenceableBytes(CI, *StrOp, Len); in isFortifiedCallFoldable()
326 class MEMBAR<string StrOp, Intrinsic IntOP> :328 StrOp, [(IntOP)]>;