Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h183 uint32_t toIntValue() const { in toIntValue() function
432 uint32_t toIntValue() const { in toIntValue() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DIntrinsicEmitter.cpp431 uint32_t LME = getEffectiveME(*L).toIntValue(); in compareFnAttributes()
432 uint32_t RME = getEffectiveME(*R).toIntValue(); in compareFnAttributes()
614 ME.toIntValue()); in EmitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp283 return get(Context, Memory, ME.toIntValue()); in getWithMemoryEffects()
292 return get(Context, Captures, CI.toIntValue()); in getWithCaptureInfo()
2228 return addRawIntAttr(Attribute::Memory, ME.toIntValue()); in addMemoryAttr()
2232 return addRawIntAttr(Attribute::Captures, CI.toIntValue()); in addCapturesAttr()