Searched refs:TagLen (Results 1 – 4 of 4) sorted by relevance
60 constexpr Untag(uintptr_t TagLen, uintptr_t TagOffset) in Untag() argument61 : UntagMask(~(((uintptr_t(1) << TagLen) - 1) << TagOffset)) {} in Untag()
61 constexpr Untag(uintptr_t TagLen, uintptr_t TagOffset) in Untag() argument62 : UntagMask(~(((uintptr_t(1) << TagLen) - 1) << TagOffset)) {} in Untag()
3256 LLVMOperandBundleRef LLVMCreateOperandBundle(const char *Tag, size_t TagLen,
2733 LLVMOperandBundleRef LLVMCreateOperandBundle(const char *Tag, size_t TagLen, in LLVMCreateOperandBundle() argument2736 return wrap(new OperandBundleDef(std::string(Tag, TagLen), in LLVMCreateOperandBundle()