Home
last modified time | relevance | path

Searched refs:StrOp (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h94 std::optional<unsigned> StrOp = std::nullopt,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3864 std::optional<unsigned> StrOp, std::optional<unsigned> FlagOp) { in isFortifiedCallFoldable() argument
3883 if (StrOp) { in isFortifiedCallFoldable()
3884 uint64_t Len = GetStringLength(CI->getArgOperand(*StrOp)); in isFortifiedCallFoldable()
3888 annotateDereferenceableBytes(CI, *StrOp, Len); in isFortifiedCallFoldable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td320 class MEMBAR<string StrOp, Intrinsic IntOP> :
322 StrOp, [(IntOP)]>;