Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp549 static bool isSupportedAtomicType(Type *Ty) { in isSupportedAtomicType() function
564 assert((!LI.isAtomic() || isSupportedAtomicType(NewTy)) && in combineLoadToNewType()
580 assert((!SI.isAtomic() || isSupportedAtomicType(V->getType())) && in combineStoreToNewValue()
679 (!Load.isAtomic() || isSupportedAtomicType(DestTy))) { in combineLoadToOperationType()
1200 if (!SI.isAtomic() || isSupportedAtomicType(V->getType())) { in combineStoreToValueType()
1207 if (!SI.isAtomic() || isSupportedAtomicType(U->getType())) { in combineStoreToValueType()