Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h93 Optional<unsigned> StrOp = None,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3218 Optional<unsigned> StrOp, in isFortifiedCallFoldable() argument
3238 if (StrOp) { in isFortifiedCallFoldable()
3239 uint64_t Len = GetStringLength(CI->getArgOperand(*StrOp)); in isFortifiedCallFoldable()
3243 annotateDereferenceableBytes(CI, *StrOp, Len); in isFortifiedCallFoldable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td298 class MEMBAR<string StrOp, Intrinsic IntOP> :
300 StrOp, [(IntOP)]>;