Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/ !
H A DModRef.h154 static MemoryEffectsBase createFromIntValue(uint32_t Data) { in createFromIntValue() function
/src/contrib/llvm-project/llvm/lib/IR/ !
H A DAttributes.cpp486 return MemoryEffects::createFromIntValue(pImpl->getValueAsInt()); in getMemoryEffects()
/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ !
H A DBitcodeReader.cpp2326 B.addMemoryAttr(MemoryEffects::createFromIntValue(Record[++i])); in parseAttributeGroupBlock()