Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h94 std::optional<unsigned> StrOp = std::nullopt,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp4114 std::optional<unsigned> StrOp, std::optional<unsigned> FlagOp) { in isFortifiedCallFoldable() argument
4133 if (StrOp) { in isFortifiedCallFoldable()
4134 uint64_t Len = GetStringLength(CI->getArgOperand(*StrOp)); in isFortifiedCallFoldable()
4138 annotateDereferenceableBytes(CI, *StrOp, Len); in isFortifiedCallFoldable()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td326 class MEMBAR<string StrOp, Intrinsic IntOP> :
328 StrOp, [(IntOP)]>;