Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h93 Optional<unsigned> StrOp = None,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3222 Optional<unsigned> StrOp, in isFortifiedCallFoldable() argument
3242 if (StrOp) { in isFortifiedCallFoldable()
3243 uint64_t Len = GetStringLength(CI->getArgOperand(*StrOp)); in isFortifiedCallFoldable()
3247 annotateDereferenceableBytes(CI, *StrOp, Len); in isFortifiedCallFoldable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td298 class MEMBAR<string StrOp, Intrinsic IntOP> :
300 StrOp, [(IntOP)]>;