Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp394 uint32_t LK = L->ME.toIntValue(); in compareFnAttributes()
395 uint32_t RK = R->ME.toIntValue(); in compareFnAttributes()
536 << "MemoryEffects::createFromIntValue(" << ME.toIntValue() << ")),\n"; in EmitAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h160 uint32_t toIntValue() const { in toIntValue() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp217 return get(Context, Memory, ME.toIntValue()); in getWithMemoryEffects()
1840 return addRawIntAttr(Attribute::Memory, ME.toIntValue()); in addMemoryAttr()