Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp393 uint32_t LK = L->ME.toIntValue(); in compareFnAttributes()
394 uint32_t RK = R->ME.toIntValue(); in compareFnAttributes()
535 << "MemoryEffects::createFromIntValue(" << ME.toIntValue() << ")),\n"; in EmitAttributes()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h160 uint32_t toIntValue() const { in toIntValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp281 return get(Context, Memory, ME.toIntValue());
1977 return addRawIntAttr(Attribute::Memory, ME.toIntValue()); in typeIncompatible()