Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp458 static bool isSupportedAtomicType(Type *Ty) { in isSupportedAtomicType() function
473 assert((!LI.isAtomic() || isSupportedAtomicType(NewTy)) && in combineLoadToNewType()
496 assert((!SI.isAtomic() || isSupportedAtomicType(V->getType())) && in combineStoreToNewValue()
620 if (!LI.isAtomic() || isSupportedAtomicType(CI->getDestTy())) { in combineLoadToOperationType()
1146 if (!SI.isAtomic() || isSupportedAtomicType(V->getType())) { in combineStoreToValueType()
1153 if (!SI.isAtomic() || isSupportedAtomicType(U->getType())) { in combineStoreToValueType()