Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DModRef.h159 uint32_t toIntValue() const { in toIntValue() function
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DIntrinsicEmitter.cpp644 uint32_t LK = L->ME.toIntValue(); in compareFnAttributes()
645 uint32_t RK = R->ME.toIntValue(); in compareFnAttributes()
780 << "MemoryEffects::createFromIntValue(" << ME.toIntValue() << ")),\n"; in EmitAttributes()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DAttributes.cpp216 return get(Context, Memory, ME.toIntValue()); in getWithMemoryEffects()
1803 return addRawIntAttr(Attribute::Memory, ME.toIntValue()); in addMemoryAttr()