Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h93 std::optional<unsigned> StrOp = std::nullopt,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3753 std::optional<unsigned> StrOp, std::optional<unsigned> FlagOp) { in isFortifiedCallFoldable() argument
3772 if (StrOp) { in isFortifiedCallFoldable()
3773 uint64_t Len = GetStringLength(CI->getArgOperand(*StrOp)); in isFortifiedCallFoldable()
3777 annotateDereferenceableBytes(CI, *StrOp, Len); in isFortifiedCallFoldable()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td298 class MEMBAR<string StrOp, Intrinsic IntOP> :
300 StrOp, [(IntOP)]>;